@h7ml/better-ui

1.0.1 • Public • Published

🔨 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

Readme

Keywords

Package Sidebar

Install

npm i @h7ml/better-ui

Weekly Downloads

326

Version

1.0.1

License

Apache-2.0

Unpacked Size

68 kB

Total Files

60

Last publish

Collaborators

  • h7ml