Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumi-sagawa/microcms-nuxt-jamstack-blog
https://github.com/fumi-sagawa/microcms-nuxt-jamstack-blog
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fumi-sagawa/microcms-nuxt-jamstack-blog
- Owner: fumi-sagawa
- Created: 2020-10-13T05:55:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:06:25.000Z (about 4 years ago)
- Last Synced: 2024-11-05T14:26:13.300Z (about 2 months ago)
- Language: Vue
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microcms-nuxt-jamstack-blog
## 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).