Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bchiang7/google-keep-vue-firebase

Google Keep clone with Vue.js and Firebase, just for fun
https://github.com/bchiang7/google-keep-vue-firebase

firebase google-keep vue

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Google Keep Clone with Vue and Firebase

Based on this [Scotch.io tutorial](https://scotch.io/tutorials/building-a-google-keep-clone-with-vue-and-firebase-pt-1)

[![Netlify Status](https://api.netlify.com/api/v1/badges/a6d6a581-2a28-4361-8019-bf49a8725d10/deploy-status)](https://app.netlify.com/sites/keep-vue/deploys)

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

```bash
yarn
```

3. Start it up

```bash
npm run serve
```

## Vue CLI

### Compiles and hot-reloads for development

```bash
yarn run serve
```

### Compiles and minifies for production

```bash
yarn run build
```

### Run your tests

```bash
yarn run test
```

### Lints and fixes files

```bash
yarn run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).