All Projects → sudheerj → vue-ui

sudheerj / vue-ui

Licence: MIT license
A collection of VueJS components(Go to VueFace)

Programming Languages

CSS
56736 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-ui

Vue Tabs
Simplified bootstrap tabs
Stars: ✭ 241 (+1168.42%)
Mutual labels:  vue-components
vue-dynamic
Load stringified or normal Vue components dynamically!
Stars: ✭ 44 (+131.58%)
Mutual labels:  vue-components
Vi-Ui
💙 A simple but consistent user interface made for Vue
Stars: ✭ 42 (+121.05%)
Mutual labels:  vue-components
Vue Ui Framework
My personal collection of Vue UI framework
Stars: ✭ 245 (+1189.47%)
Mutual labels:  vue-components
revue
Revue provides a helpful interface for testing Vue components
Stars: ✭ 16 (-15.79%)
Mutual labels:  vue-components
vue-swimlane
A Text Swimlane plugin for Vue.js
Stars: ✭ 71 (+273.68%)
Mutual labels:  vue-components
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (+1115.79%)
Mutual labels:  vue-components
vue-product-spinner
🚗 A 3D product spinner for Vue.js with no dependencies
Stars: ✭ 94 (+394.74%)
Mutual labels:  vue-components
VueXcode
Syntax highlighting for .Vue components and .mustache templates in Xcode
Stars: ✭ 25 (+31.58%)
Mutual labels:  vue-components
create-vue-component
Create Vue component with no configurations.
Stars: ✭ 85 (+347.37%)
Mutual labels:  vue-components
Vueonrails
💎 Rails gem with the power of Vue.js components
Stars: ✭ 250 (+1215.79%)
Mutual labels:  vue-components
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+270510.53%)
Mutual labels:  vue-components
vue-thailand-address-autocomplete
🇹🇭 Autocomplete ที่อยู่ในประเทศไทย
Stars: ✭ 49 (+157.89%)
Mutual labels:  vue-components
Wdui
Mobile UI Components Library based on Vue 2.0 at Weidian
Stars: ✭ 244 (+1184.21%)
Mutual labels:  vue-components
vue-uix
Vue components based on the JUI components available in Vue.js
Stars: ✭ 15 (-21.05%)
Mutual labels:  vue-components
Vue Signature Pad
🖋 Vue Signature Pad Component
Stars: ✭ 237 (+1147.37%)
Mutual labels:  vue-components
vue-cli-template-library
Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease
Stars: ✭ 61 (+221.05%)
Mutual labels:  vue-components
ari
Accessible unstyled vue components
Stars: ✭ 22 (+15.79%)
Mutual labels:  vue-components
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (+31.58%)
Mutual labels:  vue-components
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (-5.26%)
Mutual labels:  vue-components

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].