Nuxt/examples/coffeescript
Alexander Lichter fc14da4aee examples(coffeescript): fix script (#4865)
[skip ci]
2019-01-28 20:41:54 +03:30
..
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 Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
pages example: Refacto CoffeeScript example 2018-01-05 09:43:35 +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 example: Refacto CoffeeScript example 2018-01-05 09:43:35 +01:00
nuxt.config.js feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
package.json examples(coffeescript): fix script (#4865) 2019-01-28 20:41:54 +03:30

README.md

CoffeeScript

Nuxt.js 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.js docs.