fast-design
v0.0.1
Published
FastUi Components
Downloads
2
Readme
varlet-cli-app
Reference
@varlet/cli 中文文档 @varlet/cli documentation
Quickstart
yarn
yarn dev
Commands
Start the development server
yarn dev
Build documentation site
yarn build
Building component libraries
yarn compile
Lint code
yarn lint
Run unit test
yarn test
Run unit test in watch mode
yarn test:watch
Quickly create a component folder
yarn run create <componentName>
Mount git hook
yarn husky
Generate changelog
yarn genlog
Generate all changelog
yarn genAllLog
Publish
tips:
- 1.The registry of npm and yarn must be the official source of npm
- 2.Both npm and yarn must be logged in
yarn release