tree: 0fe7ed7c46a9fc4a8345c61a622963ee3bfa9182 [path history] [tgz]
  1. app/
  2. config/
  3. dist/
  4. public/
  5. tests/
  6. vendor/
  7. .bowerrc
  8. .editorconfig
  9. .ember-cli
  10. .gitignore
  11. .jshintrc
  12. bower.json
  13. ember-cli-build.js
  14. package-lock.json
  15. package.json
  16. README.md
  17. testem.js
chromium/src/third_party/blink/perf_tests/speedometer/resources/todomvc/architecture-examples/emberjs/README.md

Speedometer 2.0: Ember.js TodoMVC example

Test locally

  1. npm install && bower install
  2. npm run build
  3. Run a local server from the dist directory. (You could use npm i -g http-server.)
  4. Open the URL pointing to the local server in your web browser of choice.