https://github.com/imanaspaul/nuxt-content-blog-theme
Clean minimal nuxtjs blog template
https://github.com/imanaspaul/nuxt-content-blog-theme
nuxt-blog nuxt-content nuxt-template nuxtjs nuxtjs-project
Last synced: 4 days ago
JSON representation
Clean minimal nuxtjs blog template
- Host: GitHub
- URL: https://github.com/imanaspaul/nuxt-content-blog-theme
- Owner: imanaspaul
- Created: 2020-08-17T14:00:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T16:24:49.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T12:33:02.936Z (3 months ago)
- Topics: nuxt-blog, nuxt-content, nuxt-template, nuxtjs, nuxtjs-project
- Language: Vue
- Homepage: https://nuxt-content-blog-theme.vercel.app
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt content blog theme
## 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
```