zenifold / google-keep-vue-firebase

Google Keep clone with Vue.js and Firebase, just for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Keep Clone with Vue and Firebase

Based on this Scotch.io tutorial

Netlify Status

Getting Started

  1. Copy the .env.example file to a .env file and fill in the environment variables from your Firebase app

  2. Install dependencies

    yarn
  3. Start it up

    npm run serve

Vue CLI

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About

Google Keep clone with Vue.js and Firebase, just for fun


Languages

Language:Vue 54.0%Language:CSS 26.4%Language:JavaScript 16.4%Language:HTML 3.2%