https://github.com/nekobato/blog
Blog
https://github.com/nekobato/blog
Last synced: 4 months ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/nekobato/blog
- Owner: nekobato
- Created: 2020-12-27T10:35:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T12:41:38.000Z (over 4 years ago)
- Last Synced: 2025-01-14T08:27:00.593Z (6 months ago)
- Language: CSS
- Size: 2.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog.nekobato.net
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).