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

adbin_my_ui

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adbin_my_ui

学习如何自定义的组件

latest
npmnpm
Version
0.1.5
Version published
Weekly downloads
12
1100%
Maintainers
1
Weekly downloads
 
Created
Source

自定义的一个UI组件,学习使用

安装方法

1.安装组件

npm i adbin_my_ui

2.引用组件库


//全部引入
import 'adbin_my_ui/dist/css/index.css';
import MUI from 'adbin_my_ui';
Vue.use(MUI);
//按需求引入 Demo组件
import 'adbin_my_ui/dist/css/demo.css';
import {Demo} from 'adbin_my_ui';
Vue.use(Demo);

Keywords

vue

FAQs

Package last updated on 01 Dec 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