sudheerj / vue-ui

A collection of VueJS components(Go to VueFace)

Home Page:https://sudheerj.github.io/vue-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-ui

Dependency Status Crates.io

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

About

A collection of VueJS components(Go to VueFace)

https://sudheerj.github.io/vue-ui/

License:MIT License


Languages

Language:CSS 83.5%Language:Vue 10.8%Language:JavaScript 5.5%Language:HTML 0.1%