0.3.0 • Published 3 years ago

varlet-cli-app-demo v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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
0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago