Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)