Build fork of Gancio
Find a file
2019-04-03 00:25:12 +02:00
assets start with nuxt 2019-04-03 00:25:12 +02:00
components start with nuxt 2019-04-03 00:25:12 +02:00
layouts start with nuxt 2019-04-03 00:25:12 +02:00
middleware start with nuxt 2019-04-03 00:25:12 +02:00
pages start with nuxt 2019-04-03 00:25:12 +02:00
plugins start with nuxt 2019-04-03 00:25:12 +02:00
server start with nuxt 2019-04-03 00:25:12 +02:00
static start with nuxt 2019-04-03 00:25:12 +02:00
store start with nuxt 2019-04-03 00:25:12 +02:00
.editorconfig start with nuxt 2019-04-03 00:25:12 +02:00
.gitignore start with nuxt 2019-04-03 00:25:12 +02:00
.prettierrc start with nuxt 2019-04-03 00:25:12 +02:00
db.sqlite start with nuxt 2019-04-03 00:25:12 +02:00
nuxt.config.js start with nuxt 2019-04-03 00:25:12 +02:00
package.json start with nuxt 2019-04-03 00:25:12 +02:00
README.md init 2019-04-02 23:23:45 +02:00

gancio

My well-made Nuxt.js project

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

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