Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vueui

blacktail190.1.4

Vue.js UI Component Library

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