5.3-test-practice

时间:2024-05-27 06:50:57
【文件属性】:

文件名称:5.3-test-practice

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-27 06:50:57

JavaScript

前端脚手架 如何开始 使用git clone然后使用git init启动您自己的项目文件夹 cd ~ /Code/ hub clone jacobthemyth/frontend-scaffolding NEWPROJECT cd NEWPROJECT rm -rf .git git init git add . git commit -m " Initial commit " 安装先决条件 npm install bower install 开始关注变化并加以发展! gulp 准备将您的代码推送到GitHub Pages了吗? # build production assets gulp deploy 测验 您将需要安装testem命令行程序: brew install phantomjs npm install -g testem 然后在此项目目录中,可以运行测试: t


【文件预览】:
5.3-test-practice-gh-pages
----.gitignore(64B)
----README.md(875B)
----.bowerrc(38B)
----tests()
--------post-test.js(1KB)
--------posts-view-test.js(652B)
--------create-test.js(457B)
----app()
--------scss()
--------scripts()
--------index.html(1KB)
--------templates()
----bower.json(296B)
----package.json(788B)
----gulpfile.js(5KB)
----.testem.json(258B)

网友评论