Skip to content

This demo demonstrate how to use es6 import and export using grunt

Notifications You must be signed in to change notification settings

saeed3e/es6-import-export-with-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-import-export-with-grunt-POC

This demo is only focus on how to use es6 import and export using grunt.

###Note: This POC ensures without using webpack, can we use import and export by only using babel loaders or other plguins.

##install:

 npm install -g grunt-cli
 npm install grunt --save-dev
 npm install grunt-contrib-jshint --save-dev
 npm install grunt-config-merge --save-dev
 npm install grunt-babel --save-dev
 npm install babel-preset-es2015 --save-dev
 npm install babel-plugin-transform-es2015-modules-amd --save-dev

##Run Command:

 grunt babel

About

This demo demonstrate how to use es6 import and export using grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published