Skip to content

alessandrokonrad/Blog-Template-Firebase-Vue

Repository files navigation

Vue + Firebase Blog Template

Screenshot from 2019-06-03 18-32-52 Screenshot from 2019-06-03 18-32-15

Getting started

This is a working blog written in Vue with Firebase as backend. I'm using Vuetify for styling (Instagram look). Check out DEMO.

In order to use this blog you need to create a Firebase project. Go to the project's overview and create an app. Copy the received config data and paste them into './src/firebase.config.js'. Then you are ready to go! Create an user in your Firebase project, so that you can login to the blog writing page (https:.../createBlog, e.g. localhost:8080/createBlog). Images you want to upload, need to be quadratic, otherwise layout is shifted.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit