https://github.com/64robots/nuxt-content-blog-demo
Demo for https://github.com/64robots/nuxt-content-blog
https://github.com/64robots/nuxt-content-blog-demo
Last synced: 4 months ago
JSON representation
Demo for https://github.com/64robots/nuxt-content-blog
- Host: GitHub
- URL: https://github.com/64robots/nuxt-content-blog-demo
- Owner: 64robots
- Created: 2020-09-15T15:43:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T18:19:50.000Z (over 5 years ago)
- Last Synced: 2025-02-16T12:29:56.588Z (over 1 year ago)
- Language: Vue
- Size: 157 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-demo
## Setup
Install dependencies:
```bash
yarn install
```
## Development
```bash
yarn dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
yarn generate
```
To preview the static generated app, run `yarn start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).