0.3.2 • Published 6 years ago

dyui v0.3.2

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

dy-ui

A UI components Library with Vue.js

Example & Doc

example

NPM

npm

Support

Support Vue.js 2.0+

Not support Vue.js 1.x

Install

npm install dyui --save

Usage

import Vue from 'vue';
import router from './router';
import App from './App.vue';

// import and use
import dyui from 'dyui';
Vue.use(dyui);

new Vue({
  el: '#app',
  router,
  template: '<App/>',
  components: { App }
})

Releated Projects

Thanks to

amazeui

iview

element-ui

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

7 years ago

0.2.8

7 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago