🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vtx/biz

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtx/biz

biz components for Vortex

latest
npmnpm
Version
2.0.4
Version published
Weekly downloads
13
-40.91%
Maintainers
6
Weekly downloads
 
Created
Source

biz

Vortex 内部业务组件库,在线文档DOC

安装

yarn install @vtx/biz -S

按需加载

使用 babel-plugin-import 来进行按需加载

{
    "extraBabelPlugins": [
        [
            "import",
            {
                "libraryName": "@vtx/biz",
                "camel2DashComponentName": false
            },
            "@vtx/biz"
        ]
    ]
}

使用

import { RealTimeCarTree } from '@vtx/biz';

Keywords

react

FAQs

Package last updated on 15 Oct 2025

Did you know?

Socket

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.

Install

Related posts