questionAnswer:Epicodus-个人代码审查-学习Ember.js

时间:2024-05-24 12:01:08
【文件属性】:

文件名称:questionAnswer:Epicodus-个人代码审查-学习Ember.js

文件大小:34KB

文件格式:ZIP

更新时间:2024-05-24 12:01:08

JavaScript

由Alyssa Horrocks创建的问答 该应用程序是一个问答论坛,用户可以在其中发布问题,查看有关问题的信息并以自己的答案进行回答。 先决条件 您需要在计算机上正确安装以下物品。 (带有NPM) 安装 git clone https://github.com/ahorrocks2/qAndA_code_review.git此存储库 切换到新目录 npm install bower install 运行/开发 ember server 访问位于的应用程序。 进一步阅读/有用的链接 开发浏览器扩展


【文件预览】:
questionAnswer-master
----.gitignore(247B)
----README.md(1KB)
----ember-cli-build.js(856B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(112B)
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(964B)
----app()
--------components()
--------routes()
--------router.js(369B)
--------app.js(420B)
--------models()
--------adapters()
--------helpers()
--------styles()
--------index.html(824B)
--------templates()
--------controllers()
----.jshintrc(518B)
----bower.json(567B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)
----testem.json(198B)
----config()
--------environment.js(1KB)
----questions.json(904B)
----.watchmanconfig(29B)
----.travis.yml(318B)
----.editorconfig(543B)

网友评论