lzgscode / bookmarking-app-electron-vuejs-firebase

Building a Bookmarking App with Electron, VueJs, and Firebase

Home Page:http://coligo.io/bookmarking-app-electron-vuejs-firebase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://coligo.io/bookmarking-app-electron-vuejs-firebase/

License:MIT License


Languages

Language:Vue 60.0%Language:JavaScript 21.4%Language:CSS 15.9%Language:HTML 2.7%