try-ui
v0.0.1
Published
一个网站快速构建UI库
Downloads
1
Readme
Try Ui
A Vue.js 2.0 UI Toolkit for Web.
Install
npm install try-ui
Quick Start
import Vue from 'vue'
import TryUi from 'try-ui'
Vue.use(TryUi)
// or
import {
Input,
Button
// ...
} from 'try-ui'
Vue.component(Input.name, Input)
Vue.component(Button.name, Button)
Browser Support
Modern browsers and Internet Explorer 10+.
Development
Skip this part if you just want to use Element. For those who are interested in contributing to Element, please refer to our contributing guide (贡献者文档) to see how to run this project.