zrwsdele-ui
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

Install

npm install zrwsdele-ui -S

Quick Start

import Vue from 'vue'
import Element from 'zrwsdele-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'zrwsdele-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.

For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.

LICENSE

MIT

/zrwsdele-ui/

    Package Sidebar

    Install

    npm i zrwsdele-ui

    Weekly Downloads

    16

    Version

    1.1.5

    License

    MIT

    Unpacked Size

    2.1 MB

    Total Files

    515

    Last publish

    Collaborators

    • faye-ops