Skip to content

maogugu/generator-yo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-yo-template

使用指南

  • git clone 项目
  • cd进入项目目录
  • 控制台运行:
curl https://gitlab.com/toolsman/generator-yo-template/-/raw/master/init.js > init.js && node init.js
  • 根据提示选择版本类型:['antd', 'element', 'eapp', 'vant']

  • 根据提示选择依赖安装方式:['npm', 'cnpm', 'yarn']

  • 选择完毕后,脚本自动下载项目模版

  • 下载完毕后,自动安装项目内部依赖的node_modules