1.0.2 • Published 5 years ago

vbaseui v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

vue-ui

UI MODEL

Build Setup

# install ui
npm install vbaseui --save



全局组件使用

可以在项目的入口文件中引入所有组件或所需组件
import VbaseUI from 'vbaseui' // 引入组件库
import 'vbaseui/theme-default/lib/index.css' // 引入样式库

Vue.use(VbaseUI)

单个组件按需使用

可以局部注册所需的组件,适用于与其他框架组合使用的场景
import { WButton } from 'vbaseui'

export default {
  components: {
    WButton
  }
}

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago