ui-thing
v0.2.7
Published
CLI used to add Nuxt components to a project
Maintainers
Readme
UI Thing CLI

Credits
- shadcn/ui
- Radiv-Vue
- Reka UI
- TailwindCSS
- Nuxt
- Nuxt UI
Thanks to the maintainers of the other third party libraries used in this project.
💸 Support Me
If you can 😊
Getting Started
- 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 addCommands
init
npx 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.
add
npx ui-thing@latest addThis command will add the components to your project.
theme
npx ui-thing@latest themeThis command will add the theme to your project.
prettier
npx ui-thing@latest prettierThis command will add the prettier configuration to your project.
shortcuts
npx ui-thing@latest shortcutsThis command will add the shortcuts composable to your project.
