Package Exports
- ember-jsoneditor
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-jsoneditor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ember JSON Editor
Ember component for JSON Editor to view, edit and format JSON.
Live demo: http://glavin001.github.io/ember-jsoneditor/
Usage
{{json-editor json=model mode=mode name=name}}For a complete example, see the dummy test app in tests/dummy/app/.
Installation
ember install ember-jsoneditorDevelopment
git clonethis repositorynpm installbower installember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
Publishing to GitHub Pages
See https://github.com/poetic/ember-cli-github-pages
ember github-pages:commit --message "Your commit message"