1.0.12 • Published 8 years ago
es6-copy v1.0.12
es6-modules-with-webpack-tutorial
A tutorial on using ES6 modules with Webpack.
Build:
- Make sure you have
webpackinstalled (npm install -g webpack) - Run
npm installto install babel-loader and underscore - Execute
webpack - View
index.htmlin a browser
Branches:
mastermocha-chai: automated testing setup with Mocha, Chai, and Webpack. Place your tests in thesrcfolder in.test.jsfiles. Run your tests with the commandnpm run test.