pet/uni_modules/uview-next/README.md

77 lines
3.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div align="center">
<img alt="logo" src="http://uviewui.com/common/logo.png" width="120" height="120" style="margin-bottom: 10px;">
<h1 style="margin: 30px 0 30px;font-weight: bold;font-size:40px;">uView Next</h1>
<h3>企业级、高质量、更贴近业务场景的UI框架</h3>
</div>
[![stars](http://gitee.com/wakge/uview-next/badge/star.svg?theme=dark)](http://gitee.com/wakge/uview-next)
[![forks](http://gitee.com/wakge/uview-next/badge/fork.svg?theme=dark)](wakge/uview-next)
[![Stars](https://img.shields.io/github/stars/Yeloa/uview-next?logo=github&label=Stars&color=BA2127&labelColor=3E444F&style=flat&logoColor=white)](https://github.com/Yeloa/uview-next)
[![Forks](https://img.shields.io/github/forks/Yeloa/uview-next?logo=github&label=Forks&color=BA2127&labelColor=3E444F&style=flat&logoColor=white)](https://github.com/Yeloa/uview-next/fork)
[![Issues](https://img.shields.io/github/issues/Yeloa/uview-next?logo=github&label=Issues&color=BA2127&labelColor=3E444F&style=flat&logoColor=white)](https://github.com/Yeloa/uview-next/issues)
[![license](http://img.shields.io/badge/license-mit-red)](http://en.wikipedia.org/wiki/MIT_License)
## 📖 简介
uView Next 支持 Vue2 和 Vue3支持国际化是[uni-app](http://uniapp.dcloud.io/)全面兼容 nvue 的 uni-app 生态框架,提供了更丰富的组件和便捷的工具,让开发更得心应手。
## 📚 文档
- [🌐 **官方文档** https://uview-next.netlify.app](https://uview-next.netlify.app)
- [📄 **备用文档** https://uview.d3u.cn](https://uview.d3u.cn)
## 💬 交流反馈
欢迎加入交流群反馈:[点此跳转](https://uview.d3u.cn/components/addQQGroup.html)
## ✨ 特性
- 🌍 **全端兼容**完美支持安卓、iOS、微信/QQ/百度/支付宝/头条小程序及H5
- 🚀 **原生渲染**全面兼容nvue性能媲美原生应用流畅体验
- 🧩 **组件丰富**80+ 高质量组件,覆盖各类业务场景,开箱即用
- 🔧 **工具集合**实用JS工具库简化开发流程大幅提升开发效率
- 📖 **详尽文档**:清晰教程 + 交互演示,显著降低学习成本
- 📦 **按需引入**:智能按需加载,有效减小打包体积,优化性能
## 📱 预览
您可以通过**微信**扫码,查看最佳的演示效果。
<br>
<br>
<img width="200" height="200" src="https://uview.d3u.cn/common/h5_qrcode.png" alt=""/>
## 🔗 重要链接
- [🌐 官方文档](https://uview.d3u.cn/)
- [📝 更新日志](https://uview.d3u.cn/components/changelog.html)
- [👥 关于我们](https://uview.d3u.cn/cooperation/about.html)
## 🛠️ 关于 PR
> 我们非常乐意接受各位的优质 PR但在此之前我希望您了解 uView Next是一个需要兼容多个平台的小程序、h5、ios app、android app包括 nvue 页面、vue 页面。
> 所以希望在您修复 bug 并提交之前尽可能的去这些平台测试一下兼容性。最好能携带测试截图以方便审核。非常感谢!
### 📦 快速安装
请通过[官网安装文档](https://uview.d3u.cn/components/downloadSetting.html)了解更详细的内容
### 🚀 快速上手
请通过[快速上手](https://uview.d3u.cn/components/quickstart.html)了解更详细的内容
## 💡 使用方法
配置 easycom 规则后,自动按需引入,无需`import`组件,直接引用即可。
```html
<template>
<u-button text="按钮"></u-button>
</template>
```
## 📄 版权信息
uView Next遵循[MIT](http://en.wikipedia.org/wiki/MIT_License)开源协议,意味着您无需支付任何费用,也无需授权,即可将 uView 应用到您的产品中。