Build a calculator in Vue.js by freeCodeCamp.org
Vue.js Crash Course by Traversy Media
Vue.js & Firebase full project by Traversy Media
Learn Vuex by Example by Gary Simon (DesignCourse)
Vue the Hard Way by Christopher Okhravi
Firebase Basics Tutorial Playlist by Fireship.io
Firestore Data Modeling Techniques by Fireship.io
Model Relational Data in Firestore NoSQL by Fireship.io
# Compiles and hot-reloads for development
> yarn run serve
# Run your tests
> yarn run test
# Lints and fixes files
> yarn run lint