Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@yllfbaobao/layui-vue
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 @yllfbaobao/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 '@yllfbaobao/layui-vue'
import '@yllfbaobao/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>
If you use Volar, specify the global component type via compilerOptions.type in tsconfig.json.
// tsconfig.json
{
"compilerOptions": {
// ...
"types": ["@yllfbaobao/layui-vue/types"]
}
}
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
We found that @yllfbaobao/layui-vue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.