0.3.2 • Published 5 years ago

dyui v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.3.1

5 years ago

0.3.0

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago