Go to file
2022-08-15 11:32:43 +08:00
.gitee 🌀(git): update issues template 2022-08-15 11:32:43 +08:00
.github 🌀(git): update issues template 2022-08-15 11:31:05 +08:00
.husky 🔧: 修改 husky 脚本 2022-06-12 22:33:51 +08:00
package (component): 切换分支前的提交准备 2022-08-15 10:31:53 +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 🔧(git): 第 1700 次 commit 2022-08-06 10:22:39 +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 ⬆️: less 4.1.3 2022-07-14 09:40:29 +08:00
pnpm-lock.yaml ️(git): update issues template 2022-08-12 10:53:50 +08:00
pnpm-workspace.yaml 特性: 集成 custom commitlint 配置 2022-04-24 00:41:50 +08:00
README.md update README.md. 2022-08-14 10:01:09 +00:00
README.zh.md update README.zh.md. 2022-08-14 10:01:43 +00:00

介绍

Version License Test Coverage

🔶 www.layui-vue.com »

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

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 开源许可证。