Giter Club home page Giter Club logo

layui-vue's Introduction

介绍

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

layui-vue's People

Contributors

click33 avatar dyywork avatar itldg avatar jobinjia avatar laughwong avatar lockingreal avatar newuser2012 avatar sight-wcg avatar sleeprite avatar wleven avatar xumisky avatar yancastle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.