Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

IvyApp/ember-cli-json-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';

About

Import JSON files into your ember-cli app.

Resources

Stars

Watchers

Forks

Packages

No packages published