npm install workstand-platform -S
import Vue from 'vue'
import BmlWorkstandPlatform from 'workstand-platform'
Vue.use(BmlWorkstandPlatform)
// or
import {
Select,
Button
// ...
} from 'bml-workstand-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
Modern browsers and Internet Explorer 10+.
Skip this part if you just want to use Element.
node : v13.8.0
- npm run dist : 编译发布包
- npm publish : 修改发布