OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora f7e6584a82 Initial commit 2019-09-28 02:49:30 +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 Initial commit 2019-09-28 02:49:30 +07:00
middleware Initial commit 2019-09-28 02:49:30 +07:00
pages Initial commit 2019-09-28 02:49:30 +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 Initial commit 2019-09-28 02:49:30 +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 Initial commit 2019-09-28 02:49:30 +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.