Go to file
0o张不歪o0 cd43b3803a (component): progress进度组件 新增环形进度条选项
#I5CB05

ISSUES CLOSED: #I5CB05
2022-06-21 15:16:37 +08:00
.gitee 💄: 修改 gitee issues 模板 2022-05-04 00:55:16 +08:00
.github : 新增 github issues 模板 2022-06-12 22:29:40 +08:00
.husky 🔧: 修改 husky 脚本 2022-06-12 22:33:51 +08:00
package (component): progress进度组件 新增环形进度条选项 2022-06-21 15:16:37 +08:00
.cz-config.js 🔧: 增加 commitlint 可选项 2022-05-22 13:14:05 +08:00
.eslintrc.js 🔧: 修改 eslintrc.js 配置 2022-05-25 01:18:47 +08:00
.gitignore 💄: 新增 yarn-lock 与 yarn-error.log 忽略 2022-05-04 00:46:36 +08:00
.npmrc 🐛(table): 修复 number 错误的类型引用 2022-06-12 21:47:49 +08:00
.prettierrc 🔧: 修改 prettier.js 配置 2022-05-11 09:45:33 +08:00
commitlint.config.js 特性: 集成 custom commitlint 配置 2022-04-24 00:41:50 +08:00
LICENSE 📝: add LICENSE.txt 2022-04-26 23:25:20 +08:00
package.json ⬆️(vite): 2.9.12 2022-06-17 23:33:54 +08:00
pnpm-lock.yaml (checkbox): 新增 isIndeterminate 半选状态 2022-06-18 14:31:29 +08:00
pnpm-workspace.yaml 特性: 集成 custom commitlint 配置 2022-04-24 00:41:50 +08:00
README.md 📝: update README.md 2022-05-25 01:05:37 +08:00
README.zh.md 📝 update README.zh.md. 2022-05-23 12:05:36 +00:00

介绍

Version License Build Status Test Coverage

🔶 www.layui-vue.com »

layui - vue谐音类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库.

QQ 群 ➀ 336720831

Run with code Sandbox.

Edit layui-vue

功能

你可以用layui vue做的一些事情

  • 使用 setup script 编写组件
  • 多达 60 个高品质组件
  • 提供 Axure 设计资源
  • 支持 夜间模式
  • 支持 多主题
  • 支持 国际化

开始使用

使用 npm 安装

npm i @layui/layui-vue

在使用前需要将 layui-vue 挂载到 vue 并引入 index.css 样式

import App from './App.vue'
import { createApp } from 'vue'
import layui from '@layui/layui-vue'
import '@layui/layui-vue/lib/index.css'

createApp(App).use(layui).mount('#app')

我们在网站上有几个例子。这是第一个让您入门的方法:

<template>
  <lay-button-container>
    <lay-button>Hello Word</lay-button>
  </lay-button-container>
</template>

反馈

欢迎在提交问题上向我们反馈。欢迎功能请求。如果您想贡献,请查看快速指南

如果您有什么想聊的,请随时加入我们的Gitter chat

构建过程

  • build 打包组件库

请看一下贡献指南,以获得关于如何构建应用程序的详细过程以及排除故障的信息。

贡献者

这个项目遵循所有贡献者规范,感谢这些出色的贡献者

开源许可

Layui Vue 采用 MIT 开源许可证。