Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 934 Bytes

CONTRIBUTING.md

File metadata and controls

73 lines (48 loc) · 934 Bytes

Contribution Guides

Development

Install dependencies:

yarn install

Fetch icon sources:

yarn submodule

Download some of the iconpacks (gameicons):

yarn download

Upgrade all iconpacks:

yarn update

Re-generate files under src/icons automatically:

yarn build

 

Demo

Vue 2

cd demo/v2
yarn install
yarn dev

Vue 3

cd demo/v3
yarn install
yarn dev

 

Website

The source code of our website is under folder docs, which is built with Nuxt.js and tailwindcss.

# development
yarn dev

# generate static files
yarn docs:build

 

License

By contributing to oh-vue-icons, you agree that your contributions will be licensed under its MIT license.