Skip to content

McSam27/vue-geo-location

Repository files navigation

geo-location

A Vue.js project

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

You need firebase API keys

// Initialize Firebase
var config = {
  apiKey: "YOUR_API_KEY_HERE",
  authDomain: "YOUR_AUTH_DOMAIN",
  databaseURL: "YOUR_DATABASE_URL",
  projectId: "YOUR_PROJECT_ID",
  storageBucket: "YOUR_STORAGE_BUCKET",
  messagingSenderId: "YOUR_MESSAGING_SENDER_ID"
};

As well as:

<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY_HERE"></script>

About

A small application built with VueJS and Firebase (Firestore, Cloud Functions) https://vue-firestore-location.firebaseapp.com/login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published