Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremie-chauvel/datadrivenstaticwebsite
https://github.com/jeremie-chauvel/datadrivenstaticwebsite
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremie-chauvel/datadrivenstaticwebsite
- Owner: Jeremie-Chauvel
- Created: 2020-01-21T08:13:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:24:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T22:12:48.656Z (over 1 year ago)
- Language: Vue
- Size: 3.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS driven showcase website repository
> The repository for the article 'How real developers use a CMS to build a showcase website with Netlify, Nuxtjs and Contentful'
## Build Setup
```bash
# install dependencies
$ npm run 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 [the linked article on CMS driven showcase website with Netlify & Nuxtjs](https://blog.theodo.com/2020/02/cms-driven-showcase-website/).