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
549 stars 40 forks source link

Problem export on vite #87

Closed Qwanjai closed 2 years ago

Qwanjai commented 2 years ago

I have installed wave-ui and tailwind over vite and then tryna do some customization to disable wave-ui layout. I have tried on this guide https://antoniandre.github.io/wave-ui/customization but got error with "Missing "./src/wave-ui" export in "wave-ui" package" image Is there any solutions to fix this ?

antoniandre commented 2 years ago

Hi @Qwanjai, would you be able to share a reproduction link? You can use StackBlitz to quickly spin up a Vite + Vue 3 project: https://stackblitz.com/edit/vite

Qwanjai commented 2 years ago

@antoniandre this is my demo project on StackBlitz : https://stackblitz.com/edit/vitejs-vite-vyaset?file=vite.config.js
hope it doesn't bother you too much.

antoniandre commented 2 years ago

Thanks for the repro @Qwanjai, it helped. The customization through the Wave UI src/ is now possible on Vite since version 2.36.2. Here is a working demo: https://stackblitz.com/edit/vitejs-vite-wvuhlv?file=package.json

Hope it helps. Please reopen if not solved :)