Skip to content

shixued/wn-tech-ui

Repository files navigation

wn-tech-ui

Install

npm install wn-tech-ui -S

Quick Start

import Vue from 'vue'
import Element from 'wn-tech-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'wn-tech-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 9+.

LICENSE

MIT

About

wn-tech-ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published