Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bchiang7/google-keep-vue-firebase
- Owner: bchiang7
- Created: 2018-12-25T01:01:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T14:08:36.000Z (4 months ago)
- Last Synced: 2024-10-11T13:30:46.630Z (29 days ago)
- Topics: firebase, google-keep, vue
- Language: Vue
- Homepage:
- Size: 4.01 MB
- Stars: 60
- Watchers: 2
- Forks: 22
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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/).