js-playground:练习JS的简单项目

时间:2021-06-23 04:04:17
【文件属性】:
文件名称:js-playground:练习JS的简单项目
文件大小:81KB
文件格式:ZIP
更新时间:2021-06-23 04:04:17
JavaScript js-playground 使用 grunt、browserify 和 mocha 的 JS 项目的简单模板。 安装 $ npm install -g grunt-cli $ git clone git@github.com:Ada-Developers-Academy/js-playground.git $ cd js-playground $ npm install 项目结构 js-playground/ |_ index.html <- root html test file |_ test/ <- tests |_ src/ <- source js files | |_ index.js <- entry point to JS (use requires here to pull in other files) |
【文件预览】:
js-playground-master
----package.json(457B)
----test()
--------try-test.js(156B)
----index.html(139B)
----Gruntfile.js(2KB)
----src()
--------index.js(115B)
--------module.js(451B)
----.gitignore(15B)
----lib()
--------empty(0B)
----README.md(880B)
----.jshintrc(209B)
----build()
--------debug()

网友评论