A Powerful Cross-platform Ves Node Framework CLI Tool.
$ npm install -g ves-cliNode.js >= 8.0.0 required.
- ✔︎ 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
- 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 tscSee ves-amdin