Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchgavan/grunt-browserify-babel
An example setup for ES6 modules with Browserify and Grunt
https://github.com/mitchgavan/grunt-browserify-babel
babel browserify es6 grunt javascript
Last synced: 3 days ago
JSON representation
An example setup for ES6 modules with Browserify and Grunt
- Host: GitHub
- URL: https://github.com/mitchgavan/grunt-browserify-babel
- Owner: mitchgavan
- License: mit
- Created: 2016-04-14T06:51:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T16:05:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T00:16:47.529Z (7 months ago)
- Topics: babel, browserify, es6, grunt, javascript
- Language: CSS
- Size: 769 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grunt-browserify-babel
An example setup for ES6 modules with Browserify and Grunt. You can find the accompanying blog post [here](http://mitchgavan.com/es6-modules/)## Getting Started
Once you've got the code, install the dependencies by navigating to the directory and running the following command:```
npm install```
Build for development and watch files
```
npm start
```Build for production
```
npm run build
```