2.0.2 • Published 5 years ago

ves-cli v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

ves-cli

NPM version build status Test coverage David deps Known Vulnerabilities npm download

A Powerful Cross-platform Ves Node Framework CLI Tool.

Installation

$ npm install -g ves-cli

Node.js >= 8.0.0 required.

Features

  • ✔︎ Ves Application Development, such as ves dev, ves start, ves debug, ves test
  • ✔︎ Build with Webpack + TypeScript, such as ves build, ves build --speed, ves build --size
  • ✔︎ Common Development Commands, such as ves open, ves kill, ves server

QuickStart

  • Init Application
$ ves init
  • Development mode startup Application
$ ves dev
  • Publish mode startup Application
$ ves build
$ ves start
  • Webpack build size analysis
$ ves build --size
  • TypeScript build
$ ves tsc

Examples

See ves-amdin

Links

License

MIT