grunt-traceur
This is a grunt task for adding a grunt task to compiler ES6 JS into ES3 JS using Traceur Compiler
File Explorer
Download Latest Version (.zip)- compiler.js
- server.js
- traceur.js
- args.js
- array.js
- arrow.js
- class.js
- destructuring.js
- for_of.js
- generator.js
- module.js
- numeric_literal.js
- object_initializer.js
- template_literal.js
- traceur_test.js
- .gitignore
- .jshintrc
- .travis.yml
- Gruntfile.js
- LICENSE-MIT
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/aaronfrost/grunt-traceur
Downloads the entire project code from GitHub to your computer.
cd grunt-traceur
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install grunt-traceur --save-dev
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
