taibul-ui
v1.0.5
Published
A modern, simple design system and UI library.
Readme
taibul-ui
A modern, simple design system and UI library.

Getting Started
Installation
(npm|yarn|pnpm|bun) install taibul-uiDevelopment
Start the local dev server:
bun devBuild for production:
bun run buildPreview build:
bun run previewStructure
/src- Core components, styles, and logic/public- Static assets
Deployment
To deploy the example style guide to Vercel:
- Connect your repository to Vercel.
- In the "Build & Development Settings", override the settings with:
- Build Command:
npm run build:example - Output Directory:
dist-example
- Build Command:
- Deploy!
