vue-cli-plugin-auto-routing
vue-cli-plugin-auto-routing copied to clipboard
new files and folders under pages are not detected
I have to stop/start serving on the vue cli ui page to get new items to show up. Also, if the layout is updated, a full reload of the page is required for the changes to show.
I am using the latest version of the plugin.
I am seeing this too in my project. My workaround is to add a space (or some other irrelevant edit) to an existing page that Webpack is watching, then it will re-compile the project, and the page is there.
It would be nice to see a fix for this.
Vue cli plugin Auto routing is very nice for Developers. Thank you Team. Feedback : It would be nice if we have Auto update detection service instead of manually restarting vue cli service.