Go to file
Roman Storm f856c8eb19 add frontend and increase timeout for nginx 2020-02-05 23:20:01 -08:00
assets index page contributions 2020-02-05 18:02:34 +03:00
components add table layout 2020-02-02 03:17:32 +10:00
frontend add frontend and increase timeout for nginx 2020-02-05 23:20:01 -08: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 wordings 2020-02-05 22:44:44 +03:00
plugins make it work again! 2020-01-29 19:59:37 +03:00
server index page contributions 2020-02-05 18:02: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 db; docker updates 2020-01-31 20:03:09 +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 gitignore update 2020-02-05 18:59:56 +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 dockerfile fix 2020-02-05 19:07:20 +03:00
README.md init project 2020-01-29 13:54:03 +03:00
docker-compose.yml add frontend and increase timeout for nginx 2020-02-05 23:20:01 -08:00
nuxt.config.js updates 2020-02-05 13:53:45 +03:00
package.json sign in 2020-01-30 15:15:42 +03:00
seed.sql index page contributions 2020-02-05 18:02:34 +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.