ves-cli
v2.0.2
Published
ves framework cli
Downloads
5
Maintainers
Readme
ves-cli
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
- https://github.com/easy-team/ves
- https://github.com/easy-team/easywebpack-cli
- https://www.yuque.com/easy-team/ves