ember-cli-json-module

1.0.0 • Public • Published

ember-cli-json-module

This addon adds support for importing JSON files into your Ember CLI app, using broccoli-json-module.

Installation / Usage

From within your Ember CLI application, run the following:

ember install ember-cli-json-module

Then, any JSON files in either app or tests will be converted to ES6 modules that you can import like so:

import myFixture from 'my-app/tests/fixtures/my-fixture';

Package Sidebar

Install

npm i ember-cli-json-module

Weekly Downloads

3,818

Version

1.0.0

License

MIT

Unpacked Size

8.27 kB

Total Files

4

Last publish

Collaborators

  • draylacy