memed-vuejs
Frontend | Challenge: Medicaments Checkout | Memed
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Google Maps Distance Matrix API
- To run properly, you must generate your API Key or use an existing one
- Replace the GAPI_KEY with yours on the
config/prod.env.js
file - If you face CORS/CORB error on the console (DevTools) on dev environment, try using Chrome Extension Allow-Control-Allow-Origin (but not recommended in production!!)