Integration of quasar-nuxt-feathers
-
Hi everyone, I’m planning on building an enterprise progressive web app and I would like to use NuxtJS for SSR and PWA capabilities, quasar for the responsive UI components and FeathersJS Auk version for the backend.
I think this stack can be very powerful and flexible, so I was wondering if some of you has experience on doing this or if someone could help me to get started.
Thanks in advance for any help
-
We have a PR for a feathers API wrapper. https://github.com/quasarframework/quasar-wrapper-feathersjs-api
And the maker of that did a tutorial too. https://github.com/claustres/quasar-templates/tree/feathers-api
Do let us know, how the rest goes (haha, pun not intended). I’d be very interested in how you get Quasar running with Nuxt.
BTW, I am working on a GraphQL API for Quasar. The start is also made with a simple wrapper. https://github.com/quasarframework/quasar-wrapper-graphql-api
And a demo app is also in the works, similar to the Feathers demo. All of this is WIP, so take it with a grain of salt.
Scott