@yunzhicloud/components-lib
v1.0.26
Published
A Component Library for Vue.js.
Readme
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)
