Vuejs-Authentication
Vuejs-Authentication copied to clipboard
Errors in paths
npm run dev gives errors, I had to change the following to get it running:
router/index.js -> import resident from '../components/login/resident/resident.vue';
and
residentService.js -> import { APIENDPOINT , getHeader } from '../../../app.config';