文件名称:ember-reporting-example:使用 highcharts 和 github 的 stats api 的示例 ember 应用程序
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-29 13:57:45
JavaScript
Ember-reporting-example
此示例 ember 应用程序展示了如何从 api 端点查询数据并使用 highcharts 图表库显示它。 此应用程序使用以下 ember 功能:
查询参数 - 管理传递给 api 端点的参数 (?repo=emberjs/ember.js)
ic-ajax - 从 github 的 stats api 查询数据
组件 - 包装 highcharts 组件以添加对动态标题的支持
helpers - 将 unix 时间戳格式化为漂亮的日期
先决条件
您将需要在您的计算机上正确安装以下东西。
(带有 NPM)
安装
git clone
【文件预览】:
ember-reporting-example-master
----.jshintrc(518B)
----public()
--------crossdomain.xml(603B)
--------robots.txt(41B)
--------plain-js-app()
----bower.json(566B)
----.ember-cli(280B)
----.travis.yml(265B)
----config()
--------environment.js(1KB)
----README.md(2KB)
----.bowerrc(60B)
----testem.json(170B)
----.editorconfig(543B)
----tests()
--------.jshintrc(814B)
--------index.html(1012B)
--------test-helper.js(112B)
--------helpers()
--------unit()
----.gitignore(247B)
----Brocfile.js(952B)
----app()
--------index.html(668B)
--------styles()
--------controllers()
--------components()
--------helpers()
--------app.js(420B)
--------templates()
--------router.js(186B)
--------routes()
----package.json(1002B)
----vendor()
--------.gitkeep(0B)