Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inspired-by-boredom/generator-vintage-frontend
Modern front-end workflow
https://github.com/inspired-by-boredom/generator-vintage-frontend
es7 generator-vintage-frontend gulp jade jquery jscs jsdoc nodejs pug sass scss typescript webpack yeoman
Last synced: 2 months ago
JSON representation
Modern front-end workflow
- Host: GitHub
- URL: https://github.com/inspired-by-boredom/generator-vintage-frontend
- Owner: Inspired-by-Boredom
- License: mit
- Created: 2017-06-06T15:28:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T00:19:13.000Z (over 5 years ago)
- Last Synced: 2024-10-10T23:20:23.238Z (2 months ago)
- Topics: es7, generator-vintage-frontend, gulp, jade, jquery, jscs, jsdoc, nodejs, pug, sass, scss, typescript, webpack, yeoman
- Language: JavaScript
- Size: 412 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
![vintage-frontend installation](http://i.imgur.com/tMydbft.jpg "vintage-frontend 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)