Go to file
2020-01-30 18:55:40 +10:00
assets add tweet button 2020-01-30 18:55:40 +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 add tweet button 2020-01-30 18:55:40 +10: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
nuxt.config.js make it work again! 2020-01-29 19:59:37 +03:00
package.json add loading state to makeContribution button 2020-01-30 03:48:59 +10:00
README.md init project 2020-01-29 13:54:03 +03:00
yarn.lock add loading state to makeContribution button 2020-01-30 03:48:59 +10:00

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.