mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
6d059698a9
* add pug-stylus-coffee * fix eslit * fix eslint * fix eslint #3
21 lines
350 B
Markdown
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
|
|
```
|