zernonia / vue0

Vue version open source alternative for v0.dev

Home Page:https://vue0.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the outputted code, how exactly?

asynch8 opened this issue · comments

Hello! I've been fiddling a little bit with AI generation the last few days, just for background I started with v0 and now am trying vue0, and one thing that I'm sort of failing to grasp here is how you would install the component(or well, really the required components) easily?

I just tried to copy the folder components/ui/ to my own project, but I can't quite get it to run right even after installing all the dependencies.

Is there an intended way of using importing these that I am missing?
And if I am in fact missing something, maybe it could be proper to add something regarding this to the FAQ?

Okey, turns out I was missing something, I think I just had to install the correct dependencies.

I got most of the components(maybe all) to run correctly after adding shadcn and probably a few other things.

I will add a pull request with some lines to the FAQ describing the process, in case someone runs into the same issues like me

I added a PR with updates to the FAQ!
#22