0.0.5 • Published 5 years ago

parcel-plugin-vue-auto-routes v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

WARNING: DO NOT USE YET - WORK IN PROGRESS

parcel-plugin-vue-auto-routes

Parcel plugin to generate Vue.js routes automatically.

Install

npm i -D parcel-plugin-vue-auto-routes

How to

This plugins looks for Vue components in a ./pages directory, then scaffolds vue-router routes to the app.

Known bugs

Needs to restart dev server on page add/delete... (HMR watcher not consistent)