An opinionated Nuxt 3 starter template with components built with UI Thing. This is my personal port of the shadcn/ui library.
Feel free to make changes and delete what you don't need.
The starter is deployed on Netlify here
Clone the repo
npx --yes giget@latest gh:BayBreezy/nuxt-ui-thing-starter my-nuxt-app --install
Install the dependencies
cd my-nuxt-app && npm install
Start the dev server
npm run dev
So on Jan 11, 2024, I remembered that I created this repo. I was going through github and saw where someone gave it a star.... I was like.. Hold up.. when did I create this? Then I realized it was created while I was experimenting with the Radix-Vue package (my very first attempt to replicate shadcn/ui). I was like.. I should update this repo with the latest version of UI Thing. So I did. I also updated the README.md file to reflect the changes.