0.0.5 • Published 5 years ago

his-cli-test v0.0.5

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

his-cli image

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-routervuex

TODO

  • 页面套件 初始单个页面
  • 组件套件 初始单个组件
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago