Go to file
Alexey 5a51b659b5 s3 2020-01-30 17:00:34 +03:00
assets add error styles 2020-01-30 20:43:29 +10:00
components layout 2020-01-30 18:38:32 +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 s3 2020-01-30 17:00:34 +03:00
plugins make it work again! 2020-01-29 19:59:37 +03:00
server s3 2020-01-30 17:00:34 +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 s3 2020-01-30 17:00:34 +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
Dockerfile docker 2020-01-30 15:29:30 +03:00
README.md init project 2020-01-29 13:54:03 +03:00
docker-compose.yml docker 2020-01-30 15:29:30 +03:00
nuxt.config.js make it work again! 2020-01-29 19:59:37 +03:00
package.json sign in 2020-01-30 15:15:42 +03:00
yarn.lock sign in 2020-01-30 15:15:42 +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.