google-keep-vue-firebase
google-keep-vue-firebase copied to clipboard
Google Keep clone with Vue.js and Firebase, just for fun
Google Keep Clone with Vue and Firebase
Based on this Scotch.io tutorial
Getting Started
-
Copy the
.env.examplefile to a.envfile and fill in the environment variables from your Firebase app -
Install dependencies
yarn -
Start it up
npm run serve
Vue CLI
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint