edfialk / tracking

Tracking App in Vue and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracker


A webapp for visualizing effects.

Built with Vue and Firebase.

Preview

git clone
npm install

Create project in firebase console.

Copy firebase config to /src/firebase.config.js

example firebase.config.js:

export default {
    apiKey: "{{ API KEY }}",
    authDomain: "{{ PROJECT }}.firebaseapp.com",
    databaseURL: "https://{{ PROJECT }}.firebaseio.com",
    projectId: "{{ PROJECT }}",
    storageBucket: "{{ PROJECT }}.appspot.com",
    messagingSenderId: "{{ COPY THIS... }}",
    appId: "{{ ...FROM FIREBASE }}"
};
npm run serve

visit localhost:8080

About

Tracking App in Vue and Firebase


Languages

Language:Vue 59.1%Language:JavaScript 34.4%Language:CSS 5.7%Language:HTML 0.7%