-
Notifications
You must be signed in to change notification settings - Fork 524
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
Vue compatibility #2129
Comments
It would probably be worth it to keep the Nuxt config for Nuxt apps and the non-Nuxt config for non-Nuxt apps. It could probably be done with a few wrapper functions that would dynamically determine if it's running in a Nuxt context. I assume using something more tightly-integrated with the Nuxt ecosystem (like an actual Nuxt module) would offer better capabilities for Nuxt apps than generic Vue/non-Nuxt tools (not that I think that non-Nuxt tools are less capable, but it's just better coupled, like using Nitro vs Express as the server). If you'd like, I can do my best to assist in making this change |
Very happy to see this happening. Thank you! |
@benjamincanac @danielroe Could you please confirm if you plan to support Vue applications? If so, could you provide guidance on how to install and test this with Vue 3? Additionally, if needed, how can I assist in extending support to Vue? Thanks |
i’ll provide guidance once i implement it 😆 |
They are any deadline? |
What a great news! Congrats on this. |
We have no plan to rename it, this is a module built and thought for Nuxt that will support Vue 😊 |
made some good progress today - cursorful-video.mp4you can see the progress in a livestream at https://youtube.com/live/KRYFcyNNxDk?feature=share if you want
|
Wow thanks Daniel « Heroe » !!! |
After many requests from the community (#187, #298, #543, #850, #1514, etc.), the goal would be to make
@nuxt/ui
compatible for non-Nuxt apps as a Vite plugin I guess.The minimal features would be to:
@iconify/vue
instead of@nuxt/icon
(we don't need that much complexity I guess)@nuxtjs/color-mode
#imports
,#build
, etc.) workuseAppConfig
,, etc.) workuseId
app.config.ts
work in some wayThe text was updated successfully, but these errors were encountered: