Remembering and using the last protected known route in VueJS
vue create login-poc
? Please pick a preset: Default ([Vue 2] babel, eslint)
cd login-poc
vue add router
npm install vuex axios
npm run serve
npm install --save vuex-persistedstate
nvm use
npm install
npm run serve
npm run build
npm run lint