/vintage-bundle

Modern front-end workflow

Primary LanguageJavaScriptMIT LicenseMIT

generator-vintage-bundle

NPM version

Yeoman generator for modern front-end apps.

Prerequisites

Install yeoman:

npm install -g yo

Install generator-vintage-bundle:

npm install -g generator-vintage-bundle

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

Use generator-vintage-bundle

yo vintage-bundle

Answer questions

vintage-bundle installation

Done!

After installation

Start development

npm run development 

or

npm start

or

npm run dev

Build production bundle

npm run production

or

npm run prod

License

MIT License