provider/example
Nik Dement'ev d1aeff786f
feat: connect example
2020-11-06 18:35:44 +03:00
..
assets feat: example 2020-11-06 15:25:40 +03:00
components feat: example 2020-11-06 15:25:40 +03:00
layouts feat: example 2020-11-06 15:25:40 +03:00
middleware feat: example 2020-11-06 15:25:40 +03:00
pages feat: connect example 2020-11-06 18:35:44 +03:00
plugins feat: example 2020-11-06 15:25:40 +03:00
static feat: example 2020-11-06 15:25:40 +03:00
store/provider feat: example 2020-11-06 15:25:40 +03:00
.editorconfig feat: example 2020-11-06 15:25:40 +03:00
.gitignore feat: example 2020-11-06 15:25:40 +03:00
README.md feat: example 2020-11-06 15:25:40 +03:00
nuxt.config.js feat: example 2020-11-06 15:25:40 +03:00
package.json feat: connect example 2020-11-06 18:35:44 +03:00
yarn.lock feat: example 2020-11-06 15:25:40 +03:00

README.md

example

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn generate

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