Skip to content

MMHK/vue-amd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-AMD-Cli

Create Vue Project By AMD way tools

Vue AMD 部署项目工具,此工具会在当前目录下建立整个(Vue + AMD)模式的项目模板。

第一次,会在当前目录下载项目模板,并使用 bower 安装所有的项目依赖到lib下。然后就可以马上开始编码工作,不需要重新配置环境。

在第一次运行后,在执行vue-amd-cli 就会出现交互式的命令脚手架,方便创建 page / component / service 等模板。

环境依赖

安装

npm install vue-amd-cli -g

运行

vue-amd-cli

Support

VueJS 1.*