ember-cli-foamtree
v0.0.1
Published
Analyze your bundle with an interactive Voronoi map.
Downloads
2
Readme
Ember-cli-foamtree
Analyze your bundle with an interactive Voronoi map.
Simply add this addon to your project package.json
and run ember-cli.
Then access to http://localhost:4200/foamtree.html
:
This addon is currently in developement so feel free to report bugs or submit a pull request :)
Installation
git clone <repository-url>
this repositorycd ember-cli-foamtree
npm install
bower install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.