vueui
v0.1.4
Published
Vue.js UI Component Library
Downloads
11
Readme
Introduction
Component library based on Vue.js, all components are distributed using UMD format, so, it can be used in AMD, CMD, or just <script> tags environments.
Run Demo
Open the dist/demo/index.html in your favorite browser.
For Developer
npm install
dev mode
npm run dev
build mode
npm run build