Skip to content

jiyutech/generator-bone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bone generator

Yeoman generator for koa and vueJs

Usage

Install yo, gulp

npm install -g yo gulp

Make a new directory, and cd into it

mkdir my-new-project && cd $_

install bone

npm install -g generator-bone 

use bone

yo bone

Generators

update

npm update -g generator-bone
yo bone:update

route

yo bone:route //暂时只支持app,tail目录

component

yo bone:comp //暂时只支持app,tail目录