包详细信息

ember-cli-esnext

rjackson20MIT0.1.1

Use esnext to preprocess your ember-cli app's files.

ember-addon

自述文件

ember-cli-esnext

This addon inserts adds esnext processing into the javascript preprocessor for Ember CLI.

Installation / Usage

From within your Ember CLI application (must be >= 0.0.41), run the following:

npm install --save-dev ember-cli-esnext

That's all. You can now use ES6 syntax supported by esnext in your .js files.

References