We are very welcome to the community developers to make contributions to Quark Design. Before submitting a contribution, please take some time to read the following content to ensure that the contribution is in line with the specifications and can help the community.
English | 简体中文
- Environment requirements:
node >= 16.0.0
,yarn >= 1.22
# For the first development, you need to install dependencies and perform link operations
yarn run init (contains yarn && yarn run link && cd example && yarn)
# Run the docs site
yarn run dev
How to clear the cache of the sub-project?
yarn run clean
STEP 1:
// Publish the last digit version number of all sub-packages, such as 0.0.1 -> 0.0.2,
yarn run release:patch
// Publish the middle digit version number of all sub-packages, such as 0.0.1 -> 0.1.0,
yarn run release:minor
// Publish the first digit version number of all sub-packages, such as 0.0.1 -> 1.0.0,
yarn run release:major
STEP 2:
Create tag
git tag // First see if the latest tag is generated
git push origin --tags
Then github update release