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
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00
2025-09-17 20:29:40 +08:00

.

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint
Description
No description provided
Readme 173 KiB
Languages
Vue 71.3%
TypeScript 18.1%
CSS 8%
HTML 2.6%