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
- Host: GitHub
- URL: https://github.com/andrewlaskey/vue-firebase-blog
- Owner: andrewlaskey
- Created: 2017-02-05T19:50:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T05:53:07.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T18:06:53.220Z (12 months ago)
- Topics: babel, browserify, firebase, single-page-app, vue, vue-router
- Language: Vue
- Homepage: https://andrewlaskey.com/
- Size: 1.72 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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