An enterprise-class UI components based on Layui and Vue.
Layui - Vue is a desktop component library for Vue 3.0, pronounced as “类 UI,” integrating Vue elements for web development.
To install Layui - Vue, follow these steps:
Install via npm:
npm install layui-vue
Import the library into your Vue project:
import LayuiVue from 'layui-vue'
Use components within your Vue template:
<template>
<LayuiVueButton @click="handleClick">Click Me</LayuiVueButton>
</template>
<script>
export default {
methods: {
handleClick() {
alert('Button clicked!')
}
}
}
</script>
Layui - Vue is a desktop component library designed for Vue 3.0, offering various components for building desktop applications. It provides Code Sandbox integration for testing code and encourages user feedback and contributions through Gitee Issues.