Nuxt/examples/pug-stylus-coffee/README.md
chiboreache 6d059698a9 chore: add pug-stylus-coffee (#4927)
* add pug-stylus-coffee

* fix eslit

* fix eslint

* fix eslint #3
2019-02-19 17:07:04 +01:00

21 lines
350 B
Markdown

# Pug + Stylus + Coffee template for Nuxt.js
> Ultimative complete pack for coding with pleasure and Nuxt.js
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```