https://github.com/baybreezy/duxt-starter
Starter template for Nuxt 3 with some shadcn-ui like components
https://github.com/baybreezy/duxt-starter
nuxt3 shadcn-ui tailwindcss
Last synced: 20 days ago
JSON representation
Starter template for Nuxt 3 with some shadcn-ui like components
- Host: GitHub
- URL: https://github.com/baybreezy/duxt-starter
- Owner: BayBreezy
- Created: 2023-08-07T16:09:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:39:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T17:11:25.329Z (about 2 months ago)
- Topics: nuxt3, shadcn-ui, tailwindcss
- Language: Vue
- Homepage: https://duxt-ui.netlify.app/getting-started
- Size: 446 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duxt UI Starter
This starter is created from [Duxt UI](https://duxt-ui.netlify.app/getting-started) which is my personal port of the shadcn-ui components.
This is a nuxt 3 starter.
If you dont like how any of the components look, simple head to the file in the [`components`](/components/UI/) folder and change it to your liking 🙂.
### Getting Started
1. Clone this repo
2. Install the dependencies
3. `yarn dev` to start the dev server## Credits
I just want to thank ALL the people involved in creating the modules & packages used in this starter.
The idea of creating copy & paste components came from shadcn-ui, so I want to thank the creators of that project for the inspiration.