More Premium Hugo Themes Premium Vue Themes

Layui Vue

An enterprise-class UI components based on Layui and Vue.

Layui Vue

An enterprise-class UI components based on Layui and Vue.

Author Avatar Theme by layui-vue
Github Stars Github Stars: 521
Last Commit Last Commit: Apr 29, 2025 -
First Commit Created: Feb 24, 2024 -
default image

Overview

Layui - Vue is a desktop component library for Vue 3.0, pronounced as “类 UI,” integrating Vue elements for web development.

Features

  • Desktop Component Library: Provides a comprehensive set of Vue components for desktop applications.
  • Code Sandbox Integration: Easily run and test code using Code Sandbox.
  • Feedback and Contribution: Allows users to provide feedback and contribute on Gitee Issues.

Installation

To install Layui - Vue, follow these steps:

  1. Install via npm:

    npm install layui-vue
    
  2. Import the library into your Vue project:

    import LayuiVue from 'layui-vue'
    
  3. Use components within your Vue template:

    <template>
      <LayuiVueButton @click="handleClick">Click Me</LayuiVueButton>
    </template>
    
    <script>
    export default {
      methods: {
        handleClick() {
          alert('Button clicked!')
        }
      }
    }
    </script>
    

Summary

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.