OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora e04be7874a Rework pages 2019-09-28 23:12:03 +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 Rework pages 2019-09-28 23:12:03 +07:00
middleware Add error pages and handling 2019-09-28 18:00:59 +07:00
pages Rework pages 2019-09-28 23:12:03 +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 Responsive image sizes 2019-09-28 19:14:26 +07:00
store Initial commit 2019-09-28 02:49:30 +07:00
.gitignore Initial commit 2019-09-28 02:49:30 +07:00
README.md 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
yarn.lock Initial commit 2019-09-28 02:49:30 +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.