OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
2019-09-28 17:31:25 +07:00
assets Initial commit 2019-09-28 02:49:30 +07:00
components Initial commit 2019-09-28 02:49:30 +07:00
layouts Default dark 2019-09-28 17:31:25 +07:00
middleware Handle not found shorten URL 2019-09-28 16:45:11 +07:00
pages Add more games 2019-09-28 03:24:54 +07:00
plugins Initial commit 2019-09-28 02:49:30 +07:00
server Initial commit 2019-09-28 02:49:30 +07:00
static Polishing touches 2019-09-28 03:14:00 +07:00
store Initial commit 2019-09-28 02:49:30 +07:00
.gitignore Initial commit 2019-09-28 02:49:30 +07:00
nuxt.config.js Polishing touches 2019-09-28 03:14:00 +07:00
package.json Initial commit 2019-09-28 02:49:30 +07:00
README.md Initial commit 2019-09-28 02:49:30 +07:00
yarn.lock Initial commit 2019-09-28 02:49:30 +07:00

newhomepage

nanao.moe homepage, but in Vue

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.