Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1942847253/amu-ui
vue3组件库,支持TypeScript,支持treeshaking
https://github.com/1942847253/amu-ui
typescript vite vue3
Last synced: about 2 months ago
JSON representation
vue3组件库,支持TypeScript,支持treeshaking
- Host: GitHub
- URL: https://github.com/1942847253/amu-ui
- Owner: 1942847253
- Created: 2022-08-12T14:19:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T08:10:25.000Z (7 months ago)
- Last Synced: 2024-08-08T19:54:09.953Z (5 months ago)
- Topics: typescript, vite, vue3
- Language: Vue
- Homepage: https://amu-environment.github.io/amu-ui/
- Size: 1.69 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
基于 Vue 3 的组件库
支持TypeScript,支持按需引入
有点意思
## 特性
### 比较完整
预计有超过 40 个组件, 正在持续发开中。
支持 treeshaking。
### 使用 TypeScript
Amu UI 全量使用 TypeScript 编写,和你的 TypeScript 项目无缝衔接。
你不需要导入任何 CSS 就能让组件正常工作。
## 安装
### npm
使用 npm 安装。
```bash
npm i -D amu-ui
```