Gomah / bulmil

:lipstick: A agnostic UI components library based on Web Components, made with Bulma & Stencil.
https://bulmil.vercel.app
MIT License
154 stars 12 forks source link

Extending the Nuxt examples section with Nuxt routing / transitions #44

Open 4aficiona2 opened 4 years ago

4aficiona2 commented 4 years ago

I was wondering if it would be possible to extend the Nuxt router, maybe in nuxt-stencil, similar to the following implementation in Ionic Vue so the Nuxt Router could be used with the Web Components generated by Stencil?

see https://github.com/ModusCreateOrg/ionic-vue/blob/master/src/router.ts or https://github.com/ModusCreateOrg/beep/blob/master/src/router.js

Gomah commented 4 years ago

Good idea! I think the example should use the router-module to support IonicVueRouter then.

I don't have much time to look at it now, PRs are welcome 👍