Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@wdslib/go-design

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdslib/go-design

使用 vue3 构建的 web component 组件库

latest
npmnpm
Version
0.1.61
Version published
Maintainers
1
Created
Source

@wdslib/go-design

使用 vue3 构建的 web component 组件库

使用

安装

pnpm add @wdslib/go-design

使用

// 全部注册
import { registerComponents } from '@wdslib/go-design'
import '@wdslib/go-design/dist/style.css'
registerComponents()
// 单个组件注册
import { registerComponent, Button } from '@wdslib/go-design'
import '@wdslib/go-design/dist/style.css'
registerComponent('ce-button', Button)

参与开发

pnpm install

Keywords

front-end

FAQs

Package last updated on 27 Nov 2023

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