WARNING: DO NOT USE YET - WORK IN PROGRESS
Parcel plugin to generate Vue.js routes automatically.
npm i -D parcel-plugin-vue-auto-routes
This plugins looks for Vue components in a ./pages
directory, then scaffolds vue-router
routes to the app.
Needs to restart dev server on page add/delete... (HMR watcher not consistent)