文件名称:message_board:使用Ember的留言板应用程序(没有Ember CLI)
文件大小:1018KB
文件格式:ZIP
更新时间:2024-06-19 18:06:17
JavaScript
##董事会 作者:加勒特奥尔森 “The BOARD”是一个小型留言板应用程序,用户可以在其中发布问题和回复。 这个应用程序是使用 Ember.js 编写的,Ember.js 是一个客户端 JavaScript MVC 框架,作为 Epicodus 评估的一部分。 ##设置 注意:目前仅支持在 Mac 上运行。 下载并解压缩项目后,在终端中导航到其根目录。 通过键入以下内容启动本地服务器:'python -m SimpleHTTPServer' 当服务器启动并运行时,打开您最喜欢的 Web 浏览器并导航到“ ” ##版权和许可 代码和文档版权所有 2015 Garrett Olson。 THE BOARD 是在下发布的
【文件预览】:
message_board-master
----index.html(2KB)
----models()
--------question.js(150B)
--------answer.js(127B)
----controllers()
--------question.js(228B)
--------answer.js(196B)
--------new-question.js(358B)
--------new-answer.js(347B)
----images()
--------plank.jpg(260KB)
----app.js(137B)
----README.md(738B)
----libs()
--------ember.debug.js(1.46MB)
--------ember-template-compiler.js(497KB)
--------handlebars-v3.0.3.js(141KB)
--------localstorage_adapter.js(16KB)
--------ember-handlebars-loader-0.0.2.js(635B)
--------jquery-1.11.3.js(278KB)
--------ember-data.js(374KB)
--------ember-data-19.1.js(490KB)
----css()
--------styles.css(2KB)
--------bootstrap.css(138KB)
----templates()
--------questions.hbs(526B)
--------application.hbs(567B)
--------new-question.hbs(777B)
--------question.hbs(1KB)
--------new-answer.hbs(352B)
----router.js(218B)
----routes()
--------question.js(137B)
--------questions.js(112B)
--------new-answer.js(290B)