Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/vue-keep
Google Keep clone with Vue, Typescript and Firestore
https://github.com/wobsoriano/vue-keep
firebase vue vuetify
Last synced: 3 months ago
JSON representation
Google Keep clone with Vue, Typescript and Firestore
- Host: GitHub
- URL: https://github.com/wobsoriano/vue-keep
- Owner: wobsoriano
- Created: 2020-07-26T05:42:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T06:31:09.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T08:14:36.632Z (8 months ago)
- Topics: firebase, vue, vuetify
- Language: Vue
- Homepage: https://vue-keep-sepia.vercel.app
- Size: 4.14 MB
- Stars: 98
- Watchers: 2
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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=
``````bash
# 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
```