Skip to content

fastzen/vuejsfirebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejsfirebase

A Vue.js 2 and Firebase project

Build Setup

A config.js file is required in the src directory. This should take the form:

export const config = {
  apiKey: 'xxxxxxxx-xxxxxxxxxxxxxx-xxxxxxxxxxxxxxx',
  authDomain: 'your-firebase-app.firebaseapp.com',
  databaseURL: 'https://your-firebase-app.firebaseio.com',
  storageBucket: 'your-firebase-app.appspot.com',
  messagingSenderId: '999999999999'
}
# install dependencies
npm install
or
yarn install

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

# build for production with minification
npm run build
or
yarn run build

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

About

A Vue.js 2 and Firebase project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published