
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
vue-devui
Advanced tools
Vue3 component library based on DevUI Design
English | 简体中文
🌈 Features:
Galaxy, Sweet and Provence.First install vue-devui with npm, yarn or pnpm.
Install with npm
npm install vue-devui --save
Install with yarn
yarn add vue-devui
Install with pnpm
pnpm add vue-devui
Then import DevUI in the main.ts file:
import { createApp } from 'vue';
import App from './App.vue';
// Import Vue DevUI component and style
import DevUI from 'vue-devui';
import 'vue-devui/style.css';
createApp(App).use(DevUI).mount('#app');
Then you can use the vue devui component(such as <d-button>) in the App.vue file:
<template>
<d-button>Button</d-button>
</template>
git clone git@github.com:DevCloudFE/vue-devui.git
cd vue-devui
pnpm install
pnpm dev
Open your browser and visit: http://localhost:3000/.
Or you can run other command
pnpm scripts
Welcome to join our Vue DevUI open source project!🎉
By participating in the Vue DevUI project, we can together:
Vite + Vue3 + TypeScript + JSX technology.If you don't know how to start, please read our contributing guide
Maintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.
Outstanding contributions include, but are not limited to, the following:
Contributors are community members who have 1 or more PR merged in DevUI.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
DevUI components based on Vite and Vue3
The npm package vue-devui receives a total of 565 weekly downloads. As such, vue-devui popularity was classified as not popular.
We found that vue-devui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.