Nuxt/examples/with-coffee
2018-01-05 08:20:32 +01:00
..
assets CoffeeScript example. 2017-10-13 14:10:24 +02:00
components CoffeeScript example. 2017-10-13 14:10:24 +02:00
layouts CoffeeScript example. 2017-10-13 14:10:24 +02:00
middleware CoffeeScript example. 2017-10-13 14:10:24 +02:00
pages CoffeeScript example. 2017-10-13 14:10:24 +02:00
plugins CoffeeScript example. 2017-10-13 14:10:24 +02:00
static CoffeeScript example. 2017-10-13 14:10:24 +02:00
store CoffeeScript example. 2017-10-13 14:10:24 +02:00
.editorconfig CoffeeScript example. 2017-10-13 14:10:24 +02:00
.eslintrc.js CoffeeScript example. 2017-10-13 14:10:24 +02:00
.gitignore CoffeeScript example. 2017-10-13 14:10:24 +02:00
nuxt.config.js Add .coffee extensions for nuxt and webpack 2018-01-05 08:20:32 +01:00
package.json CoffeeScript example. 2017-10-13 14:10:24 +02:00
README.md CoffeeScript example. 2017-10-13 14:10:24 +02:00

with-coffee

Nuxt.js project

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.