Skip to content

brandevwork/google-keep-vue-firebase

Repository files navigation

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.