From dba69480e6c950a65fbfab8babc5f0edac403195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Thu, 23 Dec 2021 00:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 47 ++++++++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f23bfc96..bf3e9750 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
@@ -8,18 +8,27 @@ A component library for Vue 3 base on layui ++ 基 于 vue 3.0 的 组 件 库 桌 面 级 , layui 的 另 一 种 呈 现 方 式 +
+ + + --- -Vue 3.0 的 桌 面 端 组 件 库 , Layui 的 另 一 种 呈 现 方 式 - -## 安装 / Install +### 快速上手 : BETA 获得 layui-vue 你只需要使用 npm 引入 : @@ -27,7 +36,7 @@ Vue 3.0 的 桌 面 端 组 件 库 , Layui 的 另 一 种 呈 现 方 式 npm install @layui/layui-vue ``` -在 main.ts 中 : +在 main.ts 中: ```js import { createApp } from 'vue' @@ -38,9 +47,7 @@ import App from './App.vue' createApp(App).use(Layui).mount('#app') ``` -## 例子 / Example - -我们在主页上有不少例子,这是让你入门的第一个 : +接下来,你就可以使用 layui-vue 来开发你的应用 : ```html @@ -56,20 +63,26 @@ createApp(App).use(Layui).mount('#app') ``` -## [在线文档](http://layui-vue.pearadmin.com/) -从现在开始,尽情地拥抱 layui 吧!但愿她能成为你长远的开发伴侣,化作你方寸屏幕前的亿万字节! +### [阅读文档](http://layui-vue.pearadmin.com/) -## 趋势 / Trend +从现在开始,用另一种方式拥抱 layui, 继续化作你方寸屏幕前的亿万字节! -[![Giteye chart](https://chart.giteye.net/gitee/layui-vue/layui-vue/5ZQ67WWS.png)](https://giteye.net/chart/5ZQ67WWS) +### 使用趋势 -## 贡献 / Contribution +[![Giteye chart](https://images.gitee.com/uploads/images/2021/1222/233241_e13a5449_4835367.png)](https://giteye.net/chart/5ZQ67WWS) + +### 贡献代码 > 大概是因为 layui - vue 让开发者变得更懒,所以贡献者才这么少? +> 好的,姑且就这样认为吧。 -[![Giteye chart](https://chart.giteye.net/gitee/layui-vue/layui-vue/DBC9Z6HQ.png)](https://giteye.net/chart/DBC9Z6HQ) +[![Giteye chart](https://images.gitee.com/uploads/images/2021/1213/173638_e7f746f3_4835367.png)](https://giteye.net/chart/DBC9Z6HQ) -## 其他 / Other +## 交流群 -[官网](http://layui-vue.pearadmin.com/)、[更新日志](http://layui-vue.pearadmin.com/zh-CN/guide/changelog)、[交流群](https://jq.qq.com/?_wv=1027&k=ffiUQgnE) +![输入图片说明](https://images.gitee.com/uploads/images/2021/1008/090410_8b349271_4835367.png 'QQ图片20211008090242.png') + +## 相关 + +[官网](http://layui-vue.pearadmin.com/)、[更新日志](http://layui-vue.pearadmin.com/zh-CN/guide/changelog)、[交流群](https://jq.qq.com/?_wv=1027&k=ffiUQgnE) \ No newline at end of file