2023-03-20 15:25:25 +08:00
|
|
|
|
<p align="center">
|
|
|
|
|
<a href="https://opentiny.design/tiny-vue" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<img alt="OpenTiny Logo" src="logo.svg" height="100" style="max-width:100%;">
|
|
|
|
|
</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p align="center">一套跨端、跨框架的企业级 UI 组件库,支持 Vue 2 和 Vue 3,支持 PC 端和移动端。</p>
|
|
|
|
|
|
|
|
|
|
[English](README.md) | 简体中文
|
|
|
|
|
|
|
|
|
|
🌈 特性:
|
|
|
|
|
|
|
|
|
|
- 📦 包含 69 个简洁、易用、功能强大的组件
|
|
|
|
|
- 🖖 一套代码同时支持 Vue 2 和 Vue 3
|
|
|
|
|
- 🖥️ 一套代码同时支持 PC 端和移动端
|
|
|
|
|
- 🌍 支持国际化
|
|
|
|
|
- 🎨 支持主题定制
|
|
|
|
|
- 📊 组件内部支持配置式开发,可支持低代码平台可视化组件配置
|
|
|
|
|
- 💡 采用模板、样式、逻辑分离的跨端、跨框架架构,保障灵活性和可移植性
|
|
|
|
|
|
|
|
|
|
## 🛠️ 如何使用
|
|
|
|
|
|
|
|
|
|
### 1. 安装
|
|
|
|
|
|
|
|
|
|
执行以下命令,安装 Vue 3 版本的 TinyVue 组件库:
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
npm i @opentiny/vue@3
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
执行以下命令,安装 Vue 2 版本的 TinyVue 组件库:
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
npm i @opentiny/vue@2
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 2. 引入和使用
|
|
|
|
|
|
|
|
|
|
在`App.vue`文件中使用 TinyVue 组件。
|
|
|
|
|
|
|
|
|
|
```vue
|
|
|
|
|
<script lang="ts" setup>
|
|
|
|
|
import { Button as TinyButton } from '@opentiny/vue'
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<tiny-button>TinyVue</tiny-button>
|
|
|
|
|
</template>
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 🖥️ 本地开发
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
git clone git@github.com:opentiny/tiny-vue.git
|
|
|
|
|
cd tiny-vue
|
2023-03-31 06:55:03 +08:00
|
|
|
|
pnpm i
|
2023-03-20 15:25:25 +08:00
|
|
|
|
|
|
|
|
|
# 启动 Vue3 项目
|
2023-03-31 06:55:03 +08:00
|
|
|
|
pnpm dev
|
2023-03-20 15:25:25 +08:00
|
|
|
|
|
|
|
|
|
# 启动 Vue2 项目
|
2023-03-31 06:55:03 +08:00
|
|
|
|
pnpm dev:vue2
|
2023-03-20 15:25:25 +08:00
|
|
|
|
```
|
|
|
|
|
|
2023-04-23 09:42:46 +08:00
|
|
|
|
打开浏览器访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
|
2023-03-20 15:25:25 +08:00
|
|
|
|
|
|
|
|
|
## 🤝 参与贡献
|
|
|
|
|
|
|
|
|
|
如果你对我们的开源项目感兴趣,欢迎加入我们!🎉
|
|
|
|
|
|
|
|
|
|
参与贡献之前请先阅读[贡献指南](CONTRIBUTING.zh-CN.md)。
|
|
|
|
|
|
|
|
|
|
- 添加官方小助手微信 opentiny-official,加入技术交流群
|
|
|
|
|
- 加入邮件列表 opentiny@googlegroups.com
|
|
|
|
|
|
2023-05-14 12:25:02 +08:00
|
|
|
|
## ✨ 贡献者
|
|
|
|
|
|
|
|
|
|
贡献者是在 OpenTiny 社区中合并了 1 个或多个 PR 的社区成员。
|
|
|
|
|
|
|
|
|
|
感谢以下 OpenTiny 的贡献者们 ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
|
|
|
|
|
|
|
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
|
<!-- markdownlint-disable -->
|
2023-05-14 12:34:09 +08:00
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
2023-05-25 14:26:49 +08:00
|
|
|
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kagol"><img src="https://avatars.githubusercontent.com/u/9566362?v=4?s=100" width="100px;" alt="Kagol"/><br /><sub><b>Kagol</b></sub></a><br /><a href="https://github.com/opentiny/tiny-vue/commits?author=kagol" title="Code">💻</a></td>
|
2023-05-14 12:34:09 +08:00
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
2023-05-14 12:25:02 +08:00
|
|
|
|
|
|
|
|
|
<!-- markdownlint-restore -->
|
|
|
|
|
<!-- prettier-ignore-end -->
|
|
|
|
|
|
|
|
|
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
|
|
|
|
2023-03-20 15:25:25 +08:00
|
|
|
|
## 开源协议
|
|
|
|
|
|
|
|
|
|
[MIT](LICENSE)
|