
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.
基于 VUE 的前端 UI 组件库
npm install @58fe/v5 --save
导入需要的组件,例如:
import { Alert } from '@58fe/v5';
如过需要按需加载指定组件,需要配合 babel-plugin-import 插件使用
npm install @58fe/babel-plugin-v5-import --save-dev
在.babelrc 文件添加如下配置
{
"plugins": ["@58fe/babel-plugin-v5-import"]
}
原因是 V5 的样式是基于 sass 编写的,所以需要依赖以下两个 npm 包:
npm install sass-loader node-sass --save-dev
原因是 V5 的 js 源码没进行 babel 转译,可以在 webpack 配置中的增加以下 loaders:
{
test: /v5.src.*?js$/,
loader: "babel-loader"
}
1、配置全局主题样式文件theme.scss 2、修改主题色配置
$primary-color: #32BE4A;
FAQs
vue components
The npm package @58fe/v5 receives a total of 3 weekly downloads. As such, @58fe/v5 popularity was classified as not popular.
We found that @58fe/v5 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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.

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.