1.0.2 • Published 6 years ago

dx-vue-ui v1.0.2

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

dx-vue-ui

npm.io npm.io npm.io

vue-ui was initially written in Vue, which has many simple UI components. I want to emphasize again that it is very very simple. Because the main purpose of this library is to learn, and to create your own component library on a re-based basis. And I hope you can fork this repository or pull down to study the code. Finally, I sincerely hope that this repository can help you.

Getting Started

Install

npm install dx-vue-ui --save

Usage

I recommend you writing code in modern ECMAScript 6.

import Vue from 'vue'
import DxVueUI from 'dx-vue-ui'
Vue.use(DxVueUI)

Also we provide an advanced way to tree shaking the code with Webpack 2

import Vue from 'vue'
import 'dx-vue-ui/lib/style/index.css'
import DxSelect from 'dx-vue-ui/lib/select.js'
Vue.use(DxSelect) or Vue.component('DxSelect', DxSelect)

Todos

  • Unit testing
  • End to end testing

License

MIT

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago