Go to file
Danil Kovtonyuk 798fb614fc add download link to navbar
-decrease title size on mobile
-increase padding between navbar items
2020-02-09 01:18:00 +10:00
assets add download link to navbar 2020-02-09 01:18:00 +10:00
components add download link to navbar 2020-02-09 01:18:00 +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 add download link to navbar 2020-02-09 01:18:00 +10:00
plugins make it work again! 2020-01-29 19:59:37 +03:00
server csrf protection; validation middleware; morgan removing 2020-02-08 17:00:16 +03:00
static make it work again! 2020-01-29 19:59:37 +03:00
store logout button 2020-02-09 00:41:27 +10:00
.editorconfig init project 2020-01-29 13:54:03 +03:00
.env.example git oauth WIP 2020-02-07 18:21: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 git oauth WIP 2020-02-07 18:21:34 +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 git oauth WIP 2020-02-07 18:21:34 +03:00
nuxt.config.js updates 2020-02-05 13:53:45 +03:00
package.json csrf protection; validation middleware; morgan removing 2020-02-08 17:00:16 +03:00
seed.sql index page contributions 2020-02-05 18:02:34 +03:00
yarn.lock csrf protection; validation middleware; morgan removing 2020-02-08 17:00:16 +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.