dx-vue-ui

1.0.2 • Public • Published

dx-vue-ui

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

Readme

Keywords

Package Sidebar

Install

npm i dx-vue-ui

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

1.03 MB

Total Files

124

Last publish

Collaborators

  • zyyrabbit