1.0.92 • Published 4 years ago

wsw-ui v1.0.92

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

快速开始

npm i wsw-ui
import Vue from 'vue'
import wswui from 'wsw-ui'

Vue.use(wswui)

// or
import {
  Tabs,
  Tab
  // ...
} from 'wsw-ui'

Vue.component(Tabs.name, Select)
Vue.component(Tab.name, Button)

支持按需加载需要babel-plugin-component,在.barbelrc

module.exports = {
  "plugins": [
    ["component", { libraryName: "wsw-ui"}] // `style: true` 会加载 less 文件
  ]
}
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.91

4 years ago

1.0.92

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago