Ember component for JSON Editor to view, edit and format JSON.
Live demo: http://glavin001.github.io/ember-jsoneditor/
For a complete example, see the dummy test app in tests/dummy/app/
.
ember install ember-jsoneditor
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
See https://github.com/poetic/ember-cli-github-pages
ember github-pages:commit --message "Your commit message"