Go to file
Alexey 5eb0520bc9 updates 2020-01-29 14:30:50 +03:00
assets init project 2020-01-29 13:54:03 +03:00
components init project 2020-01-29 13:54:03 +03:00
layouts updates 2020-01-29 14:30:50 +03:00
middleware init project 2020-01-29 13:54:03 +03:00
pages updates 2020-01-29 14:30:50 +03:00
plugins init project 2020-01-29 13:54:03 +03:00
server updates 2020-01-29 14:30:50 +03:00
static init project 2020-01-29 13:54:03 +03:00
store init project 2020-01-29 13:54:03 +03:00
.editorconfig init project 2020-01-29 13:54:03 +03:00
.env.example updates 2020-01-29 14:30:50 +03:00
.eslintrc.js updates 2020-01-29 14:30:50 +03:00
.gitignore init project 2020-01-29 13:54:03 +03:00
.prettierrc init project 2020-01-29 13:54:03 +03:00
README.md init project 2020-01-29 13:54:03 +03:00
nuxt.config.js init project 2020-01-29 13:54:03 +03:00
package.json updates 2020-01-29 14:30:50 +03:00
yarn.lock updates 2020-01-29 14:30:50 +03:00

README.md

trusted-setup-nuxt

My supreme Nuxt.js project

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.