- shadcn/ui
- Radiv-Vue
- Reka UI
- TailwindCSS
- Nuxt
- Nuxt UI
Thanks to the maintainers of the other third party libraries used in this project.
If you can 😊
- Create a Nuxt project
- Install the dependencies
- Run the init command
npx ui-thing@latest init- Start the dev server
npm run dev- Add components to your project with the
addcommand
npx ui-thing@latest addnpx ui-thing@latest initThis command will install the dependencies and add the required configuration to your project. It will also add a .prettierrc file to your project.
npx ui-thing@latest addThis command will add the components to your project.
npx ui-thing@latest themeThis command will add the theme to your project.
npx ui-thing@latest prettierThis command will add the prettier configuration to your project.
npx ui-thing@latest shortcutsThis command will add the shortcuts composable to your project.

