Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bml-workstand-ui

ElemeFE68MIT2.3.2TypeScript support: included

A Component Library for Vue.js.

eleme, vue, components

readme

Update

V2.3.1 修改card组件名称为BmlCardPanel,修改carousel,col,date-picker,select组件BUG,增加bml-svg查看SVG图片组件。

Install

npm install bml-workstand-ui -S

Quick Start

import Vue from 'vue'
import BmlWorkstandUi from 'bml-workstand-ui'

Vue.use(BmlWorkstandUi)

// or
import {
  Select,
  Button
  // ...
} from 'bml-workstand-ui'

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

Browser Support

Modern browsers and Internet Explorer 10+.

Development

Skip this part if you just want to use Element.

Changelog

ENV

node : v13.8.0

Build

  1. npm run dist : 编译发布包
  2. npm publish : 修改发布

LICENSE

MIT