Vue port of shadcn-ui
shadcn-vue is a community-driven Vue port of shadcn/ui, offering accessible and customizable components for Vue applications. This project was created independently but with the blessing of shadcn. It aims to provide developers with a set of components that can be easily integrated into their Vue projects for free.
To install shadcn-vue, you can use npm or yarn. Here is how you can install it using npm:
npm install shadcn-vue
And with yarn:
yarn add shadcn-vue
After installation, import the components where needed in your Vue project.
shadcn-vue is an unofficial project that provides Vue developers with a collection of accessible and customizable components inspired by shadcn/ui. It’s a free and open-source resource that aims to enhance the development experience by offering a set of components that can be easily integrated into Vue applications.