Source code for the frontend of Codefest 2020 PWA app. Uses Vue.Js library to develop a PWA for both mobile and desktop alike with rich user-experience.
- Node 13.12.0
- NPM 6.14.4
- PWA
- Vue.Js 2.6.7
- SW-Workbox 5.1.2
- Firebase
- First, ensure that Node.Js and NPM are installed on your system.
- Use
npm install
to install all the dependencies. - For development server with hot-reload, use
npm run watch
.
- Non-Vue-related JS files are in the src/js folder.
- App pages are in src/pages.