Awesome
Vue Keep
A Google Keep clone with Vue, Typescript and Firestore.
Demo: https://vue-keep-sepia.vercel.app/
Usage
Create a .env.local
file at the root path and enter your firebase project creds:
VUE_APP_FB_API_KEY=
VUE_APP_FB_AUTH_DOMAIN=
VUE_APP_FB_DATABASE_URL=
VUE_APP_FB_PROJECT_ID=
VUE_APP_FB_STORAGE_BUCKET=
VUE_APP_FB_MESSAGING_SENDER_ID=
VUE_APP_FB_APP_ID=
# Install dependencies
$ npm install
# Compiles and hot-reloads for development
$ npm run serve
# Compiles and minifies for production
$ npm run build
# Lints and fixes files
$ npm run lint