Overview:
Duxt UI Starter is a Nuxt.js 3 starter that is based on Duxt UI, a personal port of the shadcn-ui components. This starter allows users to easily customize the appearance of the components to their liking.
Features:
- Nuxt.js 3 Starter: Built on Nuxt.js 3, providing a solid foundation for web development.
- Customizable Components: Users can modify the components in the file located in the components folder to achieve their desired appearance.
- Inspired by shadcn-ui: Duxt UI Starter drew inspiration from the shadcn-ui project, which offers copy and paste components.
Installation:
To install Duxt UI Starter, follow these steps:
- Clone the repository:
git clone [repository URL] - Install the dependencies:
yarn install - Start the development server:
yarn dev
Summary:
Duxt UI Starter is a Nuxt.js 3 starter that provides a customizable set of components based on the shadcn-ui project. It allows users to easily modify the appearance of the components to suit their needs.