1 Star 0 Fork 547

莫名点 / layui-vue

forked from Layui Vue / layui-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

介绍

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

The MIT License (MIT) Copyright 2021 就眠儀式 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

A component library for Vue 3.0 base on layui 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/dingyongya/layui-vue.git
git@gitee.com:dingyongya/layui-vue.git
dingyongya
layui-vue
layui-vue
next

搜索帮助