1.2.8 • Published 4 years ago

zhengxin-bcui-vue v1.2.8

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

zhengxin-bcui-vue

基于 Vue 的公共组件库

使用

在项目的入口文件中引入,然后通过 Vue.use 使用即可

import BcUi from 'zhengxin-bcui-vue'

Vue.use(BcUi)

因为组件库用到了 JSX,而 babel 默认不会编译 node_modules 中的代码,所以还需要在 vue.config.js 最外层中添加配置 transpileDependencies: ['zhengxin-bcui-vue']

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.0

4 years ago

1.1.8

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago