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: 19 days ago
JSON representation

Google Keep clone with Vue, Typescript and Firestore

Lists

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
```