New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

component-uiy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-uiy

liuyishi的组件库

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

component-uiy 组件库

快速开始

1。安装组件库

npm i component-uiy

2。引用组件库

//全部引入
import 'component-uiy/dist/css/index.css'
import YUI from "component-uiy";
Vue.use(YUI);

// 按需引入
import 'component-uiy/dist/css/demo.css'
import { Demo } from "component-uiy";
Vue.use(Demo);

Keywords

component-ui

FAQs

Package last updated on 13 Apr 2022

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