Nuxt/examples/coffeescript
Rafał Chłodnicki 9e966a8f3c
chore(examples): use `2.x` version of nuxt instead of latest (#19737)
2023-03-16 06:24:27 -07:00
..
components feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
modules examples(coffeescript): update module (#6248) 2019-08-20 15:40:00 +04:30
pages refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
static example: Refacto CoffeeScript example 2018-01-05 09:43:35 +01:00
store example: Refacto CoffeeScript example 2018-01-05 09:43:35 +01:00
README.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
nuxt.config.js refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
package.json chore(examples): use `2.x` version of nuxt instead of latest (#19737) 2023-03-16 06:24:27 -07:00

README.md

Nuxt with CoffeeScript

Nuxt project with CoffeeScript

Build Setup

# install dependencies
$ npm install # Or yarn 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

For detailed explanation on how things work, checkout the Nuxt docs.