Nuxt/examples/coffeescript
Clark Du b11e9c0e51
feat: upgrade eslint to 5.x (#3494)
- [ ] babel-eslint https://github.com/babel/babel-eslint/issues/664
- [x] eslint-config-standard-jsx https://github.com/standard/eslint-config-standard-jsx/issues/32
- [x] eslint-config-standard to be stable release https://github.com/standard/eslint-config-standard/issues/123
- [x] eslint-plugin-html
- [x] eslint-plugin-import
- [x] eslint-plugin-jest
- [x] eslint-plugin-node
- [x] eslint-plugin-promise
- [x] eslint-plugin-standard https://github.com/standard/eslint-plugin-standard/issues/29
- [x] eslint-plugin-vue https://github.com/vuejs/eslint-plugin-vue/pull/504
- [x] eslint-plugin-react https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.10.0
2018-08-31 21:34:12 +01:00
..
components feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
layouts feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
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 refactor: support esm in internal module (#3551) 2018-07-18 17:14:08 +02:00

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.