OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora b724edf7f4 Final stand 2019-10-05 03:00:48 +07:00
assets Add theme modes 2019-10-05 02:48:41 +07:00
components Add theme modes 2019-10-05 02:48:41 +07:00
layouts Add theme modes 2019-10-05 02:48:41 +07:00
middleware Add error pages and handling 2019-09-28 18:00:59 +07:00
pages Add theme modes 2019-10-05 02:48:41 +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 Add theme modes 2019-10-05 02:48:41 +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 Final stand 2019-10-05 03:00:48 +07:00
package.json Add theme modes 2019-10-05 02:48:41 +07:00
yarn.lock Add theme modes 2019-10-05 02:48:41 +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.