Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/methuz/methuz.com
https://github.com/methuz/methuz.com
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/methuz/methuz.com
- Owner: methuz
- Created: 2021-01-27T18:40:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T14:13:12.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T12:26:00.051Z (2 months ago)
- Language: Vue
- Size: 3.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-content-article
The [content module](https://content.nuxtjs.org/) is a git files based headless CMS that provides powerful features when it comes to write blogs, documentation sites or just adding content to any regular website. In this post we will go through most of the benefits of this module and discover how we can create a blog with it.
For detailed explanation on how to create this blog, check out [the tutorial](https://nuxtjs.org/blog/creating-blog-with-nuxt-content).
Click here to view the [demo](https://blog-with-nuxt-content.netlify.app/)
![demo of blog](https://res.cloudinary.com/nuxt/video/upload/v1588091670/demo-blog-content_shk6kw.jpg)
## Build Setup
```bash
# install dependencies
$ yarn# serve with hot reload at localhost:3000
$ yarn dev# generate static project
$ yarn generate# view a production version of your app
$ yarn start
```