Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasuakiomokawa/nuxt-blog-service
勉強用ブログアプリ
https://github.com/yasuakiomokawa/nuxt-blog-service
Last synced: 19 days ago
JSON representation
勉強用ブログアプリ
- Host: GitHub
- URL: https://github.com/yasuakiomokawa/nuxt-blog-service
- Owner: YasuakiOmokawa
- Created: 2020-03-29T01:58:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:08:21.000Z (about 2 years ago)
- Last Synced: 2024-10-19T02:29:48.593Z (2 months ago)
- Language: Vue
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-blog-service
> My first-rate Nuxt.js project
## Build Setup
```bash
# 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](https://nuxtjs.org).