# better-ui **Repository Path**: dext7r/better-ui ## Basic Information - **Project Name**: better-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-29 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🔨 What is better-ui? Better-ui, a library of Vite-based desktop components for developers, designers, and product managers ## Features - ⚡ Vue 3, Vite 2, pnpm, ESBuild - born with fastness - 🦾 TypeScript, of course - 🗂 File based routing - ⚙️ Unit Testing with Vitest - 😃 Eslint + Prittier - 🎨 UnoCSS - the instant on-demand atomic CSS engine - 🌍 I18n ready - 🚘 CI/CD with Github Actions ## Install ```bash pnpm add @h7ml/better-ui -D ``` ## Quick Start ```js import Vue from "vue"; import BetterUI from "better-ui"; const App = { template: `主要按钮`, }; createApp(App).use(BetterUI).mount("#app"); ``` ## Browser Support Modern browsers and Internet Explorer 10+. ## About - [repository](https://github.com/h7ml/better-ui) - [issues](https://github.com/h7ml/better-ui/issues) - [homepage](https://better-ui.github.io)