generator-webpack-fresh

Simple and light frontend bundle


Keywords
yeoman-generator, Yeoman front-end generator, Front-end workflow, ES6, ES7, SASS, Pug, Mustache
License
MIT
Install
npm install generator-webpack-fresh@0.1.31

Documentation

generator-webpack-fresh

NPM version

Simple and light frontend Yeoman generator.

Prerequisites

Install yeoman:

npm install -g yo

Install generator-webpack-fresh:

npm install -g generator-webpack-fresh

prepend with sudo if you are running on *nix OS.

Use generator-webpack-fresh

yo webpack-fresh

Answer questions

webpack-fresh installation

Done!

After installation

Start development

npm start

Build production bundle

npm run build

License

MIT License