An open API service indexing awesome lists of open source software.

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

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 (/)

![Screenshot](screenshots/1%20-%20Home.jpg)

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

![Screenshot](screenshots/2%20-%20Post.jpg)

### Admin Login (/admin)

![Screenshot](screenshots/3%20-%20Admin%20Login.jpg)

### Admin Dashboard (/admin/dasboard)

![Screenshot](screenshots/4%20-%20Admin%20Dashboard.jpg)

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

![Screenshot](screenshots/5%20-%20Admin%20Posts.jpg)

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

![Screenshot](screenshots/6%20-%20Admin%20Create%20Post.jpg)

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

![Screenshot](screenshots/7%20-%20Admin%20Edit%20Post.jpg)

## 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)