Commit Graph
4 Commits
Author SHA1 Message Date
jiawei 1916e3e31a feat(chapter2): add Ant Design demo page
Add the demo route and Ant Design layout, include the missing page styles, and align global CSS and dependencies with the demo setup.
2026-08-30 10:53:19 +08:00
jiawei 7b03222922 fix(chapter2): align shadcn button with Tailwind prefix
Configure shadcn aliases and regenerate the Button component with the tw: utility prefix so its styles are emitted by Tailwind.
2026-08-30 10:26:59 +08:00
jiawei a1401c68f5 feat(chapter2): set up styled app shell
Add the App Router page and nested layout, configure Tailwind and shadcn styling, include local fonts and background assets, and install the supporting UI and lint dependencies.
2026-08-30 10:20:06 +08:00
jiawei a0a69736c5 Initial commit 2026-08-29 22:43:18 +08:00