Skip to content

epage-team/epage-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epage Cli

epage cli tool

Usage

npm i epage-cli -g

epage init myEpage

# or select template
epage init myEpage --tpl vant
# or use custom template
epage init myEpage --tpl git@github.com:epage-team/epage-template-vant.git

注意

epage init <projectName> 后面可跟参数

  • --tpl:选择初始化模板,不带此参数默认iview模板(PC),移动端渲染组件可附带参数vant
  • -v (--version):查看脚手架版本

Docs

License

MIT