This is the source code for the Adding Geolocation and Google Maps to Vue Applications video. Feel free to dive into the code and ask any questions, or use the following instructions to spin up the demo app on your local machine.
npm install
npm run serve
npm run build
npm run test
npm run lint