Skip to content

digideskio/bookmarking-app-electron-vuejs-firebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Bookmarking App with Electron, VueJs, and Firebase

This code is for the tutorial on building a Bookmarking App with Electron, VueJs, and Firebase.

Check out the full tutorial on coligo

Enter the URL to your Firebase App in app/store/index.js

const db = new Firebase("https://YOUR_FIREBASE_APP.firebaseio.com/")

Install the dependencies

npm install

Run the build

webpack

Launch the app

npm start

About

Building a Bookmarking App with Electron, VueJs, and Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • Vue 1.9%
  • Other 0.6%