Front-end for linksaver project using Vue
Live web app at https://gp-linksaver.herokuapp.com
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
If you want to use your own Auth0 client, edit
utils/auth0-config.js
If you want to use your own Linksaver server, edit
BASE_URL
inutils/api.js