An open API service indexing awesome lists of open source software.

https://github.com/dext7r/better-ui


https://github.com/dext7r/better-ui

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

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)