https://github.com/techreagan/nuxt-blog-template
Blog template built with vuetify and nuxtjs
https://github.com/techreagan/nuxt-blog-template
blog javascript nuxt nuxtjs nuxtjs-template vue vuejs vuetifyjs
Last synced: 2 months ago
JSON representation
Blog template built with vuetify and nuxtjs
- Host: GitHub
- URL: https://github.com/techreagan/nuxt-blog-template
- Owner: techreagan
- Created: 2020-06-15T17:50:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:59:56.000Z (over 3 years ago)
- Last Synced: 2025-02-21T20:31:42.750Z (over 1 year ago)
- Topics: blog, javascript, nuxt, nuxtjs, nuxtjs-template, vue, vuejs, vuetifyjs
- Language: Vue
- Homepage: https://nuxt-blog-template.netlify.app/
- Size: 3.44 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Blog Template
> Blog template built with vuetify and nuxtjs, dark and light mode available
## Screenshots
> Delete the screenshot folder if you download this code.
### Home Page (/)

### Post Page (/posts/:id)

### Admin Login (/admin)

### Admin Dashboard (/admin/dasboard)

### Admin List Posts (/admin/posts)

### Admin Create Post (/admin/create-post)

### Admin Edit Post (/admin/edit-post/:id)

## Build Setup
```bash
# install dependencies
$ npm 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 [Nuxt.js docs](https://nuxtjs.org).
## License
This project is licensed under the MIT License
## Developed by Reagan Ekhameye (Tech Reagan)
Reach me on twitter [@techreagan](https://www.twitter.com/techreagan)