antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
546 stars 41 forks source link

wave-ui + Nuxt + Vue 3 #66

Closed SimonKib closed 1 year ago

SimonKib commented 3 years ago

Hello

You documentation says that Nuxt does not yet support Vue 3 and therefore your documentation is for Vue 2. But since writing that, Nuxt now support Vue 3. Could you update your documentation, to make it easy for for Nuxt + Vue 3 users to implement your impressive framework?

Ref: https://antoniandre.github.io/wave-ui/getting-started#installation-on-nuxt

antoniandre commented 3 years ago

Thanks for your feedback @SimonKib, and that's right now we have Nuxt 3 🎉 I need to update the docs and test Wave UI on Nuxt 3. Have you tested it yet?

I've been very busy lately, but I'll get back to it soon :)

DerrikMilligan commented 2 years ago

It does not currently work when following the instructions. You get this error. image

Looking at it the build:before hook that you were using doesn't seem to exist currently with the nuxt3 stuff. It's still in beta and may not have it yet.

tintin10q commented 2 years ago

Any updates on this?

R0N1n-dev commented 1 year ago

I have a repo with Nuxt 3 set up with wave UI. https://stackblitz.com/R0N1n-dev/nuxi-wave But on running the server, it reuns well but for an error about Hydration mismatch as shown in the screenshot below. And it causes issues with hot-reloading.(have to reload page after saving code sometimes).

Screenshot from 2023-06-07 10-24-04

antoniandre commented 1 year ago

Hi @R0N1n-dev, great thanks for the repro - but it doesn't seem to be public, I can't access it. If you share again, I'll have a look soon.

R0N1n-dev commented 1 year ago

https://stackblitz.com/github/R0N1n-dev/nuxi-wave Sorry forgot the github part

antoniandre commented 1 year ago

For Wave UI on Nuxt 3, please continue the discussion in #109.