Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekobato/blog
Blog
https://github.com/nekobato/blog
Last synced: about 13 hours ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/nekobato/blog
- Owner: nekobato
- Created: 2020-12-27T10:35:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T12:41:38.000Z (over 3 years ago)
- Last Synced: 2024-04-10T02:16:05.962Z (7 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).