angular-beginner:只是使用 cloud9 (c9.io) 和 github 玩 angularjs nodejs

时间:2024-07-24 20:07:43
【文件属性】:

文件名称:angular-beginner:只是使用 cloud9 (c9.io) 和 github 玩 angularjs nodejs

文件大小:20KB

文件格式:ZIP

更新时间:2024-07-24 20:07:43

JavaScript

angular-seed — AngularJS 应用程序的种子 只是使用 cloud9 (c9.io) 和 github 玩 angularjs nodejs 在 c9.io 上启动的步骤 创建github项目 在 c9.io 中克隆 安装角种子 rm -rf * .c9 git clone --depth=1 。 npm install mv package.json package.json.bak jq '.scripts.start="http-server -a $IP -p $PORT"' package.json.bak > package.json 启动 git 添加。 git commit -m "第一次提交" git push -u origin master github 中包含的 .c9 文件夹面临的另一个问题要忽略 添加 .gitignore 文件并


【文件预览】:
angular-beginner-master
----.gitignore(36B)
----app()
--------app.js(287B)
--------components()
--------index-async.html(3KB)
--------views()
--------scripts()
--------view1()
--------index.html(2KB)
--------app.css(366B)
--------view2()
----package.json.bak(1KB)
----package.json(1KB)
----karma.conf.js(716B)
----LICENSE(1KB)
----README.md(915B)
----e2e-tests()
--------scenarios.js(932B)
--------protractor.conf.js(257B)
----npm-debug.log(836B)
----bower.json(374B)
----test()
--------spec()

网友评论