-
Notifications
You must be signed in to change notification settings - Fork 13
Feature request: Nuxt support #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey there @Demivan! Wondering if support for Nuxt is underway. I'm trying to introduce Nuxt for one of our projects here and having Fluent support would be grande. |
I will be starting on it tomorrow. I was busy with my main job, so didn't have time to work on it before. |
@Demivan no worries! Thanks for taking the time to work on this. Currently just Nuxt2 since Nuxt3 is still in Beta, but once that version is stable and up to par, I'd be happy to migrate to Nuxt3, but that's a later problem. |
I have added a simple Nuxt 2 example: https://github.com/fluent-vue/examples/tree/main/nuxt-2 Implementing something like https://github.com/nuxt-community/i18n-module will take much more time. I'd rather work on making |
SSR support wasn't that bad. :) I have merged it to that example. I will extract Nuxt build module to a separate package later. |
@Demivan is the Nuxt 3 module still worked on? |
@0xMANFRE |
By the way, I plan to support MessageFormat 4 when the syntax is finalized. |
The documentation provides only a Vite config file. |
There is no |
Added Nuxt 3 example https://github.com/fluent-vue/examples/tree/main/nuxt-3. Check the What is not working is SSR for the |
Nuxt 3 integration is done. Docs can be found here: https://fluent-vue.demivan.me/integrations/nuxt |
Nuxt 2:
repo: https://github.com/fluent-vue/nuxt2-build-module#readme
npm: https://www.npmjs.com/package/@fluent-vue/nuxt2-build-module
Nuxt 3:
Common?:
ReimplementScope is too big@nuxtjs/i18n
forfluent-vue
. Probably when@nuxt/i18n
is updated to Nuxt 3The text was updated successfully, but these errors were encountered: