Go to file
Alexey 86b84773ee make it work again! 2020-01-29 19:59:37 +03:00
assets tornado styles 2020-01-29 23:13:06 +10:00
components tornado styles 2020-01-29 23:13:06 +10:00
layouts tornado styles 2020-01-29 23:13:06 +10:00
lib/phase2 phase2 lib 2020-01-29 16:20:11 +03:00
middleware init project 2020-01-29 13:54:03 +03:00
pages make it work again! 2020-01-29 19:59:37 +03:00
plugins make it work again! 2020-01-29 19:59:37 +03:00
server make it work again! 2020-01-29 19:59:37 +03:00
static make it work again! 2020-01-29 19:59:37 +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
.eslintignore make it work again! 2020-01-29 19:59:37 +03:00
.eslintrc.js updates 2020-01-29 14:30:50 +03:00
.gitignore init project 2020-01-29 13:54:03 +03:00
.prettierignore make it work again! 2020-01-29 19:59:37 +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 make it work again! 2020-01-29 19:59:37 +03:00
package.json make it work again! 2020-01-29 19:59:37 +03:00
yarn.lock make it work again! 2020-01-29 19:59:37 +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.