OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora f39464ad8c Switch link expansion method 2020-07-25 08:06:44 +02:00
assets Per page game profiles 2020-01-30 14:16:48 +07:00
components Modify header for links page 2020-07-06 09:59:24 +07:00
layouts Fix css comment 2020-06-24 04:46:33 +07:00
middleware Switch link expansion method 2020-07-25 08:06:44 +02:00
pages Add links 2020-07-06 09:54:55 +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 More layout update 2020-02-02 03:26:13 +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 Material icons import 2020-06-24 04:56:09 +07:00
package.json Switch link expansion method 2020-07-25 08:06:44 +02:00
tailwind.config.js Miracle v1.1 2020-06-24 04:37:09 +07:00
yarn.lock Update dependencies 2020-06-24 04:39:54 +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.