文件名称:ember-cli-static:[WIP] Ember CLI 应用程序的静态页面插件
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-25 10:34:03
JavaScript
余烬-cli-static 一个插件,它预编译来自和静态页面内容。 安装 使用将此插件安装到您的应用程序: $ ember install ember-cli-static 用法 从您的应用程序中生成一个静态页面: $ ember generate page TITLE 创建到page组件的路由: Router . map ( function ( ) { this . route ( 'page' , { path : '/:id' } ) ; } ) ; 启动您的服务器并浏览到以查看您的页面。 跑步 启动开发服务器: $ make 运行测试 运行所有 QUnit 和 CasperJS 测试: $ make test
【文件预览】:
ember-cli-static-master
----.jshintrc(518B)
----bower.json(504B)
----lib()
--------.jshintrc(39B)
--------compiler.js(3KB)
----.npmignore(141B)
----.ember-cli(280B)
----.travis.yml(578B)
----config()
--------environment.js(90B)
--------ember-try.js(607B)
----LICENSE.md(1KB)
----README.md(851B)
----Makefile(247B)
----addon()
--------models()
--------adapters()
--------.gitkeep(0B)
--------templates()
----.bowerrc(60B)
----testem.json(198B)
----.editorconfig(543B)
----tests()
--------.jshintrc(814B)
--------index.html(960B)
--------test-helper.js(112B)
--------helpers()
--------dummy()
--------unit()
----blueprints()
--------.jshintrc(55B)
--------page()
----.gitignore(247B)
----Brocfile.js(794B)
----app()
--------pages()
--------models()
--------adapters()
--------.gitkeep(0B)
--------blueprints()
--------routes()
----index.js(300B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)