kisai / webpack-es6-demo

Home Page:http://www.2ality.com/2015/04/webpack-es6.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack ES6 demo

A small demo project that shows how to use webpack for client-side development in ECMAScript 6.

Installation

  • Install node
  • run npm install

Usage

  • npm run watch to start Webpack in watch mode - will recompile when you change a file.
  • open index.html in a browser.
  • Change or add files in es6 folder. main.js is the entry point.
  • Reload the browser when you have made a change.

About

http://www.2ality.com/2015/04/webpack-es6.html


Languages

Language:JavaScript 86.3%Language:HTML 13.7%