🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ui-demo-sw31

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

ui-demo-sw31

ui演示组件库

latest
npmnpm
Version
0.8.0
Version published
Maintainers
1
Created
Source

ui-demo-sw31 组件库

快速开始

1.安装组件库

npm i ui-demo-sw31

2.引入组件库

// 全部引入
import 'ui-demo-sw31/dist/css/index.css';
import UI from 'ui-demo-sw31';
Vue.use(UI);

// 按需引入
import 'ui-demo-sw31/dist/css/demo.css';
import Demo from 'ui-demo-sw31';
Vue.use(Demo);

Keywords

ui-demo

FAQs

Package last updated on 26 Aug 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