Nuxt/examples/pug-stylus-coffee
2020-11-30 23:44:04 +01:00
..
components refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
layouts
middleware
modules
pages refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
plugins
static
store refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
nuxt.config.coffee refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
nuxt.config.js
package.json refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
README.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00

Pug + Stylus + Coffee template for Nuxt

Ultimative complete pack for coding with pleasure and Nuxt

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