/starter2

webpack2-es6-starter

Primary LanguageJavaScript

Starter - Webpack2 / Vuejs / Stylus / es6 & es7

Html5 project starter with workflow combining the power of the best tools of the moment:

  • Webpack2

    • Async loading of module
    • Tree Shaking
    • Minify & optimize the build
    • Source-map generation
    • Offline available ( use OfflinePlugin )
  • Webpack2 dev-server

    • Hot module replacement
    • Super fast compilation
  • Vue-js

    • Amazing framework for creating dynamic html5 site
  • Stylus

    • Best css preprocessor tool
  • Babel js

    • Allow you to write your code in es6 & es7

Install

Install nodejs

In terminal: npm i

Use it

// start a local server with hot reload
npm start

// create optimize/minify build for production
npm run dist