1.1.0 • Published 4 years ago

lmn-cli v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Lmn-cli

Lmn-cli is a tools for start a vue-tsx project.

Usage

  1. npm install -g lmn-cli
  2. lmn-cli init
  3. image-20191207115412346

  4. cd project

  5. npm run dev

Development

  1. npm run dev to start a local server
  2. npm run test:unit to start unit jest
  3. npm run build to build code
  4. npm run lint to lint code by es-lint and prettier