A Vue.js 2.0 UI Toolkit for Web.
Special thanks to the generous sponsorship by:
| |
A Vue.js 2.0 UI Toolkit for Web.
npm install beescm-ui -Simport Vue from 'vue' import Element from 'beescm-ui' Vue.use(Element) // or import { Select, Button // ... } from 'beescm-ui' Vue.component(Select.name, Select) Vue.component(Button.name, Button)Modern browsers and Internet Explorer 10+.