1.0.92 • Published 5 years ago

wsw-ui v1.0.92

Weekly downloads
12
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.91

5 years ago

1.0.92

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago