vue-ui

A collection of VueJS components(Go to VueFace)

MIT License

Stars
19

vue-ui

Component library for VueJS framework

Install

npm install --save vue-ui

Quick start

import Vue from 'vue'
import VueUI from 'vue-ui'

Vue.use(VueUI)

Components

  • Charts (pie,bar,horizontalBar,line,doughnut,area,radar and bubble)
  • Button
  • ProgressSpinner
  • ProgressBar
  • Checkbox
  • TriStateCheckbox
  • Rating
  • ToggleButton
  • RadioButton
  • Captcha

To encourage us and if you like the project then click star()

How to Run

serve with hot reload at localhost:8080

npm run dev

build for production with minification

npm run build

build for production and view the bundle analyzer report

npm run build --report

run unit tests

npm run unit

run e2e tests

npm run e2e

run all tests

npm test

LICENSE

MIT