
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
common-vue-ui
Advanced tools
一款面向 C 端的 PC 组件库
$ npm install common-vue-ui
// 引入组件
import CUI from 'common-vue-ui';
// 引入样式
// 基础样式[可选],包含重置和工具样式
import 'common-vue-ui/lib/styles/base.css';
// 全部组件样式[可选]
import 'common-vue-ui/lib/styles/default-theme.css';
// 也可以单独引用某个组件的默认样式,比如按钮组件
// import 'common-vue-ui/lib/styles/button.css';
// 再引入你想要覆盖的自定义的组件样式
// import 'your-theme.css'
Vue.use(CUI);
FAQs
**一款面向 C 端的 PC 组件库**
The npm package common-vue-ui receives a total of 25 weekly downloads. As such, common-vue-ui popularity was classified as not popular.
We found that common-vue-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.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.