https://github.com/dext7r/better-ui
https://github.com/dext7r/better-ui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dext7r/better-ui
- Owner: dext7r
- License: apache-2.0
- Created: 2022-08-12T13:00:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T11:04:46.000Z (almost 2 years ago)
- Last Synced: 2024-09-24T16:28:18.644Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://better-ui.gitee.io
- Size: 879 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
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)