0.1.4 • Published 1 year ago

yxlibrarycomponents v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

组件库

快速开始

1,安装组件库

npm i js

2,引用组件库

//全部引入
// import 'yx-library/dist/css/index.css'
import YxLibrary form 'yx-library'
Vue.use(YxLibrary)

//按需加载
import {yx-dialog} from 'yx-library'
Vue.use(yx-dialog)