Corona app made with Vue and Firebase Live demo: https://modest-mestorf-02b3ab.netlify.app
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
npm install
npm run serve
npm run build
npm run lint