try-ui

0.0.1 • Public • Published

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.

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i try-ui

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

56 kB

Total Files

43

Last publish

Collaborators

  • iyanghong