generator-vintage-frontend
v0.9.1
Published
Modern front-end workflow generator
Downloads
26
Maintainers
Readme
generator-vintage-frontend
Yeoman generator for modern front-end apps.
It is recommended to use vintage-cli for updating/running/building generated project.
Prerequisites
Install yeoman:
npm install -g yo
Install generator-vintage-frontend:
npm install -g generator-vintage-frontend
prepend with
sudo
if you are running on*nix
OS.
Use generator-vintage-frontend
yo vintage-frontend
Answer questions
Done!
After installation
Start development
npm run development
Build production bundle
npm run production