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

https://github.com/andrewlaskey/vue-firebase-blog

Personal blog single-page app built with Vue.js and Firebase
https://github.com/andrewlaskey/vue-firebase-blog

babel browserify firebase single-page-app vue vue-router

Last synced: 9 months ago
JSON representation

Personal blog single-page app built with Vue.js and Firebase

Awesome Lists containing this project

README

          

# vue-firebase-blog

This is my current personal blog/portfolio site at [andrewlaskey.com](https://andrewlaskey.com/). It is a single-page app built with Vue.js, Vue Router, Firebase, and using [Vueify](https://github.com/vuejs/vueify) as the project base. The Add Post view also uses the [Bulma](https://bulma.io/) CSS framework.

## To Do

- [ ] Add ability for logged in user to edit posts
- [ ] Add routes for posts to router
- [ ] Add category filter
- [ ] Tests