blog-ember:创建新博客的基本模板

时间:2021-05-30 14:36:43
【文件属性】:
文件名称:blog-ember:创建新博客的基本模板
文件大小:7.32MB
文件格式:ZIP
更新时间:2021-05-30 14:36:43
JavaScript 博客 带有帖子和评论的博客网站的基本布局,如 Treehouse 的 Ember.js 教程中所示。 指示 要运行博客,首先通过运行在终端中克隆存储库: $ git clone https://github.com/a-straube/blog-ember.git 然后运行: $ python -m SimpleHTTPServer 最后将浏览器指向: localhost:8000 如果在 Windows 操作系统上运行,请双击mongoose-free-5.6.exe 执照 麻省理工学院执照 (c)(2015)
【文件预览】:
blog-ember-master
----index.html(1KB)
----models()
--------post.js(118B)
--------comment.js(97B)
----mongoose-free-5.6.exe(220KB)
----controllers()
--------contact.js(279B)
--------new-post.js(263B)
--------new-comment.js(379B)
--------about.js(291B)
--------posts.js(146B)
--------post.js(351B)
----img()
--------chicken.JPG(6.63MB)
----store.js(103B)
----blog.js(60B)
----README.md(464B)
----libs()
--------ember.debug.js(1.46MB)
--------ember-template-compiler.js(497KB)
--------localstorage_adapter.js(16KB)
--------ember-handlebars-loader-0.0.2.js(635B)
--------jquery-1.11.3.js(278KB)
--------ember-data.js(490KB)
----css()
--------styles.css(0B)
----templates()
--------email.hbs(42B)
--------posts.hbs(260B)
--------recent-comments.hbs(52B)
--------phone.hbs(36B)
--------application.hbs(368B)
--------post.hbs(725B)
--------contact.hbs(424B)
--------new-comment.hbs(252B)
--------new-post.hbs(359B)
--------about.hbs(345B)
----router.js(353B)
----routes()
--------recent-comments.js(112B)
--------posts.js(100B)
--------post.js(121B)

网友评论