navi-reports
Analytics reporting library for navi
Installation
-
Install Addon
ember install navi-reports
-
Including CSS styling:
- Add
@import "navi-reports";
into yourapp.less
- Add
Requirements
- node >= 4
Running
ember serve
- Visit the dummy app at http://localhost:4200.
Running tests
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"npm test
– Runsember try:each
to test your addon against multiple Ember versions
Running the dummy application
ember serve
- Visit the dummy application at http://localhost:4200.
License
This project is licensed under the MIT License.