Nuxt/examples/pug-stylus-coffee
Artyom Bogomolov a6d60d10da examples(coffeescript): update module (#6248) 2019-08-20 15:40:00 +04:30
..
components chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
layouts chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
middleware chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
modules examples(coffeescript): update module (#6248) 2019-08-20 15:40:00 +04:30
pages chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
plugins chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
static chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
store chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
README.md chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
nuxt.config.coffee chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
nuxt.config.js chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
package.json chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00

README.md

Pug + Stylus + Coffee template for Nuxt.js

Ultimative complete pack for coding with pleasure and Nuxt.js

Build Setup

# 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