Commit Graph

3 Commits

Author SHA1 Message Date
xiaomai
c6f2feed14 feat(ui): integrate Shadcn UI
This commit integrates the Shadcn UI component library to provide a foundational set of components for the application's
user interface.

Key changes include:
- Added necessary dependencies like `class-variance-authority`, `clsx`, and `tailwind-merge`.
- Initialized Shadcn via its CLI, creating the `components.json` configuration file.
- Configured TypeScript path aliases in `tsconfig.json` and `tsconfig.app.json` to support `@/*` imports.
- Implemented CSS variables for theming, supporting both light and dark modes, in `main.css`.
- Added the standard `cn` utility function for merging Tailwind CSS classes.
- Updated `README.md` with detailed setup instructions for Shadcn UI.
2025-09-17 23:32:29 +08:00
xiaomai
1458b04b17 docs: overhaul README with project setup and integration guides
Replace the default Vite template README with comprehensive project documentation.

This update includes:
- A clear description of the project's technology stack (Vue 3, Vite, Tailwind 4).
- Step-by-step instructions for setting up the development environment.
- A detailed guide on integrating Tailwind CSS v4 with Vite, covering plugin setup, CSS configuration with `@theme`, and
custom utilities.
2025-09-17 23:06:40 +08:00
xiaomai
db25c5beff initial commit 2025-09-17 20:29:40 +08:00