Hannes

Results 6 comments of Hannes

+1, would be nice because vue-cli depends on some older versions of autoprefixer which in the end depends on postcss 7 and I need postcss 8 to upgrade from Tailwind...

@ZachJW34 any update on the docs/migrations?

> @theodem I believe it's possible to do that starting with Vue 3.3? Check this out https://router.vuejs.org/guide/advanced/navigation-guards.html#Global-injections-within-guards I can confirm that the vue-clerk composables work in navigation guards as those...

> I might be able to copy the logic and will get back to you. Hey @wobsoriano, do you have some kind of roadmap when this could be implemented? I...

@wobsoriano this weekend sounds awesome! I made a demo repo for you: https://github.com/hloehrmann/vue-clerk-demo Just checkout, run `npm i` and set your `VITE_CLERK_PUBLISHABLE_KEY` in a `.env`. There are two views: `/home`...

@wobsoriano I know I could initialize a new client but thought it would be way more convenient to stick to the provided composables. FYI: in your example you still would...