CLI used to add Nuxt components to a project
npm install ui-thing- 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
``bash`
npx ui-thing@latest init
- Start the dev server
`bash`
npm run dev
- Add components to your project with the add command
`bash`
npx ui-thing@latest add
`bash`
npx ui-thing@latest init
This command will install the dependencies and add the required configuration to your project. It will also add a .prettierrc file to your project.
`bash`
npx ui-thing@latest add
This command will add the components to your project.
`bash`
npx ui-thing@latest theme
This command will add the theme to your project.
`bash`
npx ui-thing@latest prettier
This command will add the prettier configuration to your project.
`bash`
npx ui-thing@latest shortcuts
This command will add the shortcuts` composable to your project.