Unsure about how to add shadcn/ui to Wasp
I added a
vite.config.ts
to my src/client
with this content:
But, since I don't have a package.json
, I can't run npx shadcn-ui@latest init
.
What should I do?
Edit: if for some reason it's difficult to do so, I would also be interested in Preline.9 Replies
I'm not sure if we can make it work with Wasp TBH, I'll have to try to set it up and see what happens 🙂
For future reference: https://gist.github.com/infomiho/b35e9366e16913949e13eaba0538f553
Gist
Using ShadCN with Wasp 0.12+
Using ShadCN with Wasp 0.12+. GitHub Gist: instantly share code, notes, and snippets.
Wasp now has package.json so it is easier to use shadcnui!
Any recent guides after this change?
I know people used it without much trouble. I think you should be able to go for it without any special guide.
Yeah. Thanks. I have done it
Wohooo @Stefan Vitória, you just became a Waspeteer level 2!
Awesome! Was I correct, nothign special, or did you have to do something special?
Nothing special at all. Few imports adjusts and thats it