varlet-cli-app-demo
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i varlet-cli-app-demo

    Weekly Downloads

    2

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    11.5 kB

    Total Files

    21

    Last publish

    Collaborators

    • haozijunqaq