初始化脚手架
Showing
form/index.css
0 → 100644
form/index.html
0 → 100644
form/index.js
0 → 100644
index/index.css
0 → 100644
index/index.html
0 → 100644
index/index.js
0 → 100644
lib/css/.keep
0 → 100644
11.6 KB
20.6 KB
6.8 KB
10.8 KB
6.99 KB
11.5 KB
11.8 KB
19.1 KB
19 KB
35.8 KB
9.35 KB
14.7 KB
lib/js/.keep
0 → 100644
lib/js/sprite.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "h5-template-generator", | ||
"version": "1.0.0", | ||
"description": "原生H5课件的脚手架,生成的项目只有jquery+ Bootstrap 框架,如需其他框架则另行引入即可", | ||
"main": "index.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://vcs.ireadabc.com/template/h5-template-generator.git" | ||
}, | ||
"keywords": [ | ||
"脚手架" | ||
], | ||
"author": "", | ||
"license": "ISC" | ||
} |