dyui

A UI components Library with Vue.js

Usage no npm install needed!

<script type="module">
  import dyui from 'https://cdn.skypack.dev/dyui';
</script>

README

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