0.1.4 • Published 2 years ago

@particle/ember-jsoneditor v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ember JSON Editor npm version

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-jsoneditor

Development

Running Tests

  • ember test
  • ember 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"