
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
使用 Vue3 和 Vite 开发的 UI 库
npm install bar-ui
// src/main.js
import { createApp } from 'vue';
import App from './App.vue';
import 'bar-ui/lib/index.css';
createApp(App).mount('#app');
// src/App.vue
<template>
<div>
<bar-header title="你好" fixed />
</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
import { Header } from 'bar-ui';
export default defineComponent({
name: 'App',
components: {
[Header.name]: Header,
},
});
</script>
https://tuzilow.github.io/bar-ui
FAQs
使用 Vue3 和 Vite 开发的 UI 库
We found that bar-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.