Clone the repo and install dependencies:
yarn
Fetch icon sources:
yarn download -f
This script would download icon packs as zip files from their Github repositories. Although it could be achieved more easily via "git submodule", too many submodules brings git too much loads and reduces its speed.
Then, re-generate files under package/icons
automatically:
yarn icons
yarn dev
yarn build
The source code of the website is under folder docs
, built with Vitesse.
Start developing:
yarn docs
Generate static files:
yarn build:docs
By contributing to oh-vue-icons
, you agree that your contributions will be licensed under its MIT license.