his-cli
scaffold for his
Installation
$ npm install his-cli -g
Node.js >= 8.0.0 required.
Usage
- his --help
$ his --help
Usage: his [options] [command]
Options:
-v, --version output the version number
-h, --help output usage information
Commands:
toolkit [type] initialize a toolkit, example: `wox toolkit vue-spa`
$ his toolkit [type] // 初始化套件
Command
toolkit
初始化一个套件
Type
toolkit
目前支持的套件类型如下
-
vue-multi: 初始化一个基于
vue
的多页面应用项目。支持vuex
-
vue-spa: 初始化一个基于
vue
的单页面应用项目。支持vue-router
、vuex
TODO
-
页面套件
初始单个页面 -
组件套件
初始单个组件