dawn-ui
v1.0.2
Published
UI component library for Vue2.0
Downloads
1
Maintainers
Readme
Dawn-UI
Vue Component Library for Better Web Developing.
Links
Install
npm install dawn-ui --save
Get Started
// node modules dependency
import Vue from 'vue';
import BaseUI from 'dawn-ui';
// base-ui style
import 'dawn-ui/dist/dawn-ui.css';
// use plugin
Vue.use(DawnUI);
Contribution
Please make sure to read the Contributing Guide before making a pull request.