Socket
Book a DemoInstallSign in
Socket

admin-ui-element-plus

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

admin-ui-element-plus

后台系统组件库

npmnpm
Version
0.1.1
Version published
Weekly downloads
31
3000%
Maintainers
1
Weekly downloads
 
Created
Source

admin-ui-element-plus

快速开始

1.安装组件库

npm i admin-ui-element-plus

2.引用组件库

// 全部引入
import 'admin-ui-element-plus/dist/css/index.css'
import AdminUI from 'admin-ui-element-plus'
Vue.use(AdminUI)

// 按需引入
import 'admin-ui-element-plus/dist/css/index.css'
import {CommonSearch} from 'admin-ui-element-plus'
Vue.use(CommonSearch)

FAQs

Package last updated on 12 Dec 2021

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