Better-ui, a library of Vite-based desktop components for developers, designers, and product managers
- โก 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
pnpm add @h7ml/better-ui -D
import Vue from "vue";
import BetterUI from "better-ui";
const App = {
template: `<BButton color="blue">ไธป่ฆๆ้ฎ</BButton>`,
};
createApp(App).use(BetterUI).mount("#app");
Modern browsers and Internet Explorer 10+.