UNPKG

@yunzhicloud/components-lib

Version:

A Component Library for Vue.js.

19 lines (12 loc) 284 B
# Yz ComponentLib for Vue.js. How to install: ``` npm install @yunzhicloud/components-lib --save ``` How to add in Vue cli3 project edit main.js ``` import Yz from '@yunzhicloud/components-lib' import '@yunzhicloud/components-lib/src/styles/default/index.less' Vue.use(Yz) ```