Clone the repo and install dependencies:
yarnFetch icon sources:
yarn download -fThis 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 iconsyarn devyarn build
The source code of the website is under folder docs, built with Vitesse.
Start developing:
yarn docsGenerate static files:
yarn build:docs
By contributing to oh-vue-icons, you agree that your contributions will be licensed under its MIT license.