Skip to content

dext7r/better-ui

Repository files navigation

๐Ÿ”จ 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

pnpm add @h7ml/better-ui -D

Quick Start

import Vue from "vue";
import BetterUI from "better-ui";

const App = {
    template: `<BButton color="blue">ไธป่ฆๆŒ‰้’ฎ</BButton>`,
};

createApp(App).use(BetterUI).mount("#app");

Browser Support

Modern browsers and Internet Explorer 10+.

About