OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora 562f1aa60c Per page game profiles 2020-01-30 14:16:48 +07:00
assets Per page game profiles 2020-01-30 14:16:48 +07:00
components Per page game profiles 2020-01-30 14:16:48 +07:00
layouts Overhaul design to become more card like 2020-01-29 23:13:04 +07:00
middleware Add error pages and handling 2019-09-28 18:00:59 +07:00
pages Per page game profiles 2020-01-30 14:16:48 +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 rip keybase 2019-11-17 01:19:28 +07:00
store Initial commit 2019-09-28 02:49:30 +07:00
.gitignore Final stand 2019-10-05 03:00:48 +07:00
README.md Initial commit 2019-09-28 02:49:30 +07:00
nuxt.config.js Add html language 2019-11-30 03:26:07 +07:00
package.json Upgrade dependencies 2020-01-30 13:20:15 +07:00
tailwind.config.js Update webpage to be compliant with future Yuika design 2019-11-30 03:13:03 +07:00
yarn.lock Upgrade dependencies 2020-01-30 13:20:15 +07:00

README.md

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.