vue-corona-app
Corona app made with Vue and Firebase Live demo: https://modest-mestorf-02b3ab.netlify.app
Project files description
App.vue - main application Register.vue - a component (for one-time registration) called inside App.vue Particles.vue - a component (animation background) called inside Register.vue store.js - VUEX state management for the data
Project setup
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