OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora 3b86d8afe4 sound gimmick 2019-09-29 01:17:52 +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 sound gimmick 2019-09-29 01:17:52 +07:00
middleware Add error pages and handling 2019-09-28 18:00:59 +07:00
pages sound gimmick 2019-09-29 01:17:52 +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 sound gimmick 2019-09-29 01:17:52 +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 sound gimmick 2019-09-29 01:17:52 +07:00
package.json sound gimmick 2019-09-29 01:17:52 +07:00
yarn.lock sound gimmick 2019-09-29 01:17:52 +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.