4 Commits

Author SHA1 Message Date
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
3acd1be341 feat(ui): add comprehensive Tailwind CSS v4 demo page
This commit replaces the basic placeholder with a full-featured demo page showcasing Tailwind CSS v4 capabilities.

- Implements a modern, responsive landing page layout in `TailwindcssDemo.vue`.
- Defines a custom primary color palette and a float animation using the new `@theme` at-rule in `main.css`.
- Adds a custom `.text-gradient` utility class.
- Updates the router to nest the demo page, improving scalability for future routes.
2025-09-17 22:42:07 +08:00
xiaomai
782d1d8cbc feat(build): integrate Tailwind CSS
This commit integrates Tailwind CSS into the project for utility-first styling.

- Adds `tailwindcss` and `@tailwindcss/vite` as dependencies.
- Configures the Vite build process to use the Tailwind plugin.
- Sets up the main CSS entry point to import Tailwind styles.
- Adds a new route and a `TailwindcssDemo` component to verify the setup.
2025-09-17 21:39:24 +08:00
xiaomai
db25c5beff initial commit 2025-09-17 20:29:40 +08:00