1.0.0 • Published 2 years ago

wxl-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Wxl-ui

Start your vue web project with Wxlui.

A Vue.js 2.0 UI Toolkit for Web. Wxlui will stay with Vue 2.x. Wxl-ui Created based on element-ui(element-2.15.7).基于 Element-2.15.7 版本进行拓展,站在巨人的肩膀上终究成长的还是会快些的。

Install

npm install wxl-ui -S

//or

yarn add wxl-ui

Quick Start

import Vue from 'vue'
import Wxlui from 'wxl-ui'

Vue.use(Wxlui)

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

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

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

LICENSE

MIT