Skip to content

zyyrabbit/vue

Repository files navigation

dx-vue-ui

dx-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

About

An simple vue component library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published