
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@layui/layui-vue-test
Advanced tools
An enterprise-class UI components based on Layui and Vue.
Run with code Sandbox.
A few of the things you can do with layui vue:
Use npm to install.
npm i @layui/layui-vue
Before using, you need to mount layui Vue to Vue and introduce index.css style file
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')
We have several examples on the website. Here is the first one to get you started:
<template>
<lay-button-container>
<lay-button>Hello Word</lay-button>
</lay-button-container>
</template>
Feel free to send us feedback on file an issue. Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!
If there's anything you'd like to chat about, please feel free to join our Gitter chat!
build Packaged component libraryPlease take a look at the contributing guidelines for a detailed process on how to build your application as well as troubleshooting information.
This project follows the all-contributors specification and is brought to you by these awesome contributors.
Layui vue is licensed under the MIT license.
FAQs
a component library for Vue 3 base on layui-vue
The npm package @layui/layui-vue-test receives a total of 0 weekly downloads. As such, @layui/layui-vue-test popularity was classified as not popular.
We found that @layui/layui-vue-test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.