Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 742 Bytes

README_zh_CN.md

File metadata and controls

26 lines (16 loc) · 742 Bytes

grunt-init-spa

使用 grunt-init 创建的单页项目, 它包括了 QUnit unit 测试 和 一些常用的类库与组件.

安装

如果你没有使用过, 请安装 grunt-init.

一旦 grunt-init 安装了, 请确认 ~/.grunt-init/ 文件夹. 里面是一些项目模板, 同样我们项目也得放在里面 :

git clone [email protected]:gruntjs/grunt-init-spa.git ~/.grunt-init/spa

(Windows 用户, 请看 the documentation 根据其设置~/路径 )

使用

启控制台 cd进入一个空的文件夹 运行下面的命令:

grunt-init spa

注意!这个将会在这个文件夹中生成文件,请确保该文件中没有文件.