Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zheng-changfu/pro-naive-ui
基于 naive-ui 二次封装,简化中后台开发
https://github.com/zheng-changfu/pro-naive-ui
Last synced: 7 days ago
JSON representation
基于 naive-ui 二次封装,简化中后台开发
- Host: GitHub
- URL: https://github.com/zheng-changfu/pro-naive-ui
- Owner: Zheng-Changfu
- License: mit
- Created: 2024-06-04T10:30:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T11:27:25.000Z (about 1 month ago)
- Last Synced: 2024-11-24T12:25:38.796Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://naive-ui.pro-components.cn/
- Size: 3.38 MB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pro Naive UI
一个 Vue 3 组件库
基于 Naive UI 封装
希望让你早点下班,多点时间陪伴家人
## 文档
[pro-naive-ui](https://naive-ui.pro-components.cn/zh-CN/os-theme)
## 演练场
[playground](https://play.pro-components.cn)## 社区
- 钉钉群 91525020028
钉钉群加入方法:在**搜索框**中搜索群号,点击下拉框中更多分组内的**网络查找公开群组**
## 特性
### 使用 TypeScript
Pro Naive UI 全量使用 TypeScript 编写,支持完整的类型推导,和你的 TypeScript 项目无缝衔接。
### 快
我尽力让它不要太慢,至少内部没有编写任何有损于性能的代码
## 安装
### npm
使用 npm 安装,需要确保项目也安装了 naive-ui
```bash
npm i pro-naive-ui
```## 贡献
请参考 [CONTRIBUTING.md](https://github.com/Zheng-Changfu/pro-naive-ui/blob/master/CONTRIBUTING.md)。
## 许可
Pro Naive UI 使用 [MIT license](https://opensource.org/licenses/MIT) 许可证书。