[vue3-router-ex plugin] 1.0.0 release #2112
cadilhac
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote this small plugin while porting a production web app written in AngularJS/ui-router to Vue. It adds some nice enhancements and helped me keep some ui-router capabilities that don't exist in Vue Router. I hope it will be useful to the community.
Features
defineProps
with fetched data (from the resolves) and state variables (optionally passed inrouter.push
calls).I am new to Vue and even to posting open-source material. Feel free to comment or help to ensure it is a production-ready piece of code (it's already versioned as 1.0.0 because it is used successfully in my app ported from AngularJS to Vue).
Beta Was this translation helpful? Give feedback.
All reactions