All Questions
1 question
1
vote
1
answer
347
views
Deployment issue w/Vue-cli3 and static site
New to vue and am using vue-cli3 to scaffold a simple authentication app for auth0, auth0-plugin.surge.sh. My router.js module is:
import Vue from "vue";
import Router from "vue-router";
import Home ...