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