Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 593 Bytes

File metadata and controls

32 lines (26 loc) · 593 Bytes

custom-cli

Support multi pages and single page.

Usage

# install global
yarn global add custom-cli
# create project
custom create projectname

choose template: vue or react
# install dependencies
cd projectname && yarn install

Change Log

v1.0.6 - 2018-9-29

  • support react template