generator-vintage-frontend
Version:
Modern front-end workflow generator
52 lines (31 loc) • 1.33 kB
Markdown
# generator-vintage-frontend
[![NPM version][npm-image]][npm-url]
![][license-url]
Yeoman generator for modern front-end apps.
It is recommended to use [vintage-cli](https://github.com/Inspired-by-Boredom/vintage-cli/) for updating/running/building generated project.
## Prerequisites
##### Install [yeoman](http://yeoman.io/):
`npm install -g yo`
##### Install [generator-vintage-frontend](https://www.npmjs.com/package/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
```
## License
[MIT License](https://github.com/Inspired-by-Boredom/generator-vintage-frontend/blob/master/LICENSE)
[npm-url]: https://www.npmjs.com/package/generator-vintage-frontend
[npm-image]: https://badge.fury.io/js/generator-vintage-frontend.svg
[license-url]: https://img.shields.io/npm/l/express.svg
### [Changelog](https://github.com/Inspired-by-Boredom/generator-vintage-frontend/blob/master/CHANGELOG.md)