All Projects → DWYW → bee-ui

DWYW / bee-ui

Licence: Apache-2.0 license
VUE组件库

Programming Languages

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

Projects that are alternatives of or similar to bee-ui

Vueonrails
💎 Rails gem with the power of Vue.js components
Stars: ✭ 250 (+1462.5%)
Mutual labels:  vue-components
vue-swimlane
A Text Swimlane plugin for Vue.js
Stars: ✭ 71 (+343.75%)
Mutual labels:  vue-components
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (+56.25%)
Mutual labels:  vue-components
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+321250%)
Mutual labels:  vue-components
vue-dynamic
Load stringified or normal Vue components dynamically!
Stars: ✭ 44 (+175%)
Mutual labels:  vue-components
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (+12.5%)
Mutual labels:  vue-components
Wdui
Mobile UI Components Library based on Vue 2.0 at Weidian
Stars: ✭ 244 (+1425%)
Mutual labels:  vue-components
vue-ui
A collection of VueJS components(Go to VueFace)
Stars: ✭ 19 (+18.75%)
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 (+281.25%)
Mutual labels:  vue-components
vue-uix
Vue components based on the JUI components available in Vue.js
Stars: ✭ 15 (-6.25%)
Mutual labels:  vue-components
revue
Revue provides a helpful interface for testing Vue components
Stars: ✭ 16 (+0%)
Mutual labels:  vue-components
VueXcode
Syntax highlighting for .Vue components and .mustache templates in Xcode
Stars: ✭ 25 (+56.25%)
Mutual labels:  vue-components
create-vue-component
Create Vue component with no configurations.
Stars: ✭ 85 (+431.25%)
Mutual labels:  vue-components
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+1481.25%)
Mutual labels:  vue-components
vue-product-spinner
🚗 A 3D product spinner for Vue.js with no dependencies
Stars: ✭ 94 (+487.5%)
Mutual labels:  vue-components
Vue Ui Framework
My personal collection of Vue UI framework
Stars: ✭ 245 (+1431.25%)
Mutual labels:  vue-components
vue-thailand-address-autocomplete
🇹🇭 Autocomplete ที่อยู่ในประเทศไทย
Stars: ✭ 49 (+206.25%)
Mutual labels:  vue-components
sweet-modal-vue
The sweetest library to happen to modals.
Stars: ✭ 762 (+4662.5%)
Mutual labels:  vue-components
ari
Accessible unstyled vue components
Stars: ✭ 22 (+37.5%)
Mutual labels:  vue-components
Vi-Ui
💙 A simple but consistent user interface made for Vue
Stars: ✭ 42 (+162.5%)
Mutual labels:  vue-components

在线文档

v0.8.0

latest

bee-ui-audio-vue

npm 安装

npm install bee-ui-vue --save

快速开始

VUE CLI 3

直接使用 vue cli 快速搭建 vue 开发环境。

vue create [app name]

cd [app name]

全局使用

// mian.js
import BeeUI from 'bee-ui-vue'

Vue.use(BeeUI)

按需引入

// mian.js
import {BeeInput[, ...]} from 'bee-ui-vue'

Vue.use(BeeInput)
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].