varlet-cli-app-demo
v0.3.0
Published
A basic components library
Downloads
3
Readme
varlet-cli-app
Quickstart
yarn
yarn dev
MenuTypes
enum MenuTypes {
TITLE = 1,
COMPONENT = 2,
DOCUMENTATION = 3
}
Commands
Start the development server
yarn dev
Build documentation site
yarn build
Building component libraries
yarn compile
Run unit test
yarn test
Lint code
yarn lint
Generate changelog
yarn genlog
Generate all changelog
yarn genAllLog
Run unit test in watch mode
yarn test:watch
Quickly create a component folder
yarn run create <componentName>
Mount git hook
yarn husky
Publish
yarn publish