Nuxt/examples/pug-stylus-coffee
2023-03-16 06:24:27 -07: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 chore: add pug-stylus-coffee (#4927) 2019-02-19 17:07:04 +01:00
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 chore(examples): use 2.x version of nuxt instead of latest (#19737) 2023-03-16 06:24:27 -07: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