Skip to content

yohamta/firebase-sample-bulletinboard-vue

Repository files navigation

Bulletin Board Sample Application Built With Firebase And Vue.js

Demo

https://fir-sample-e480e.firebaseapp.com/#/

Screenshots

alt text alt text

Build Setup

npm install

# install dependencies
npm install

deploy firebase function

cd functions

# install dependencies
npm install

# deploy functions
firebase login
firebase deploy --only functions

Change Config

Open src/config/dev.config.js and change '*****' information for your App.

export default {
  firebase: {
    apiKey: '*****',
    authDomain: '*****',
    databaseURL: '*****',
    projectId: '*****',
    storageBucket: '*****',
    messagingSenderId: '*****',
  },
  endpoints: {
    createThread: 'https://*****/CreateThread',
    addComment: 'https://*****/AddComment',
  },
}

Run on Local PC

# serve with hot reload at localhost:8080
npm run dev

Deploy

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# deploy
firebase login
firebase deploy

About

Sample Tiny Application Built With Vue and Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published