Skip to content

BayBreezy/ui-thing-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b97f13 · Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 1, 2024
Nov 6, 2023
Nov 6, 2023
Nov 6, 2023
Nov 15, 2024
Nov 15, 2023
Nov 15, 2024
Nov 15, 2024
Oct 31, 2024
Nov 6, 2023
Nov 7, 2023

Repository files navigation

UI Thing CLI

Cover Image

Credits

  • shadcn/ui
  • Radiv-Vue
  • TailwindCSS
  • Nuxt
  • Nuxt UI

Thanks to the maintainers of the other third party libraries used in this project.

Getting Started

  • Create a Nuxt 3 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 add command
npx ui-thing@latest add

Commands

init

npx ui-thing@latest init

This command will install the dependencies and add the required configuration to your project.

add

npx ui-thing@latest add

This command will add the components to your project.

theme

npx ui-thing@latest theme

This command will add the theme to your project.

prettier

npx ui-thing@latest prettier

This command will add the prettier configuration to your project.

shortcuts

npx ui-thing@latest shortcuts

This command will add the defineShortcuts & useShortcuts composables to your project.