Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renatodeleao/nuxt-playground
nuxt as static site generator + netlify cms + netlify
https://github.com/renatodeleao/nuxt-playground
Last synced: about 1 month ago
JSON representation
nuxt as static site generator + netlify cms + netlify
- Host: GitHub
- URL: https://github.com/renatodeleao/nuxt-playground
- Owner: renatodeleao
- Created: 2020-02-29T23:01:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:11:05.000Z (about 2 years ago)
- Last Synced: 2024-10-16T17:45:52.204Z (3 months ago)
- Language: Vue
- Size: 3.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-starter
> My smashing 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).