All Projects → FE-Driver → Vue Beauty

FE-Driver / Vue Beauty

Licence: mit
Beautiful UI components build with vue and ant design

Programming Languages

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

Projects that are alternatives of or similar to Vue Beauty

Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+17.92%)
Mutual labels:  ui-design, ui-kit, components, vue-components
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+1034.66%)
Mutual labels:  ui-design, ui-kit, components, vue-components
void-ui
A UI toolkit for Vue.js.
Stars: ✭ 20 (-99.05%)
Mutual labels:  ui-design, vue-components, ui-kit
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+1468.75%)
Mutual labels:  ui-design, ui-kit, vue-components
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+2337.93%)
Mutual labels:  ui-kit, components, vue-components
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (-28.83%)
Mutual labels:  components, vue-components, ui-kit
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-66.71%)
Mutual labels:  ui-kit, components, vue-components
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+191.37%)
Mutual labels:  ui-design, ui-kit, components
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-96.68%)
Mutual labels:  ui-kit, components
Web Toolkit
A web UI framework based on GTK's Adwaita theme
Stars: ✭ 80 (-96.21%)
Mutual labels:  ui-design, ui-kit
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (-95.21%)
Mutual labels:  components, vue-components
React Native Elements App
Demo app for React Native Elements (w/ React Native Web)
Stars: ✭ 1,159 (-45.05%)
Mutual labels:  ui-kit, components
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+298.2%)
Mutual labels:  ui-kit, vue-components
Antv
Ant Design of Vue.js 2.0
Stars: ✭ 99 (-95.31%)
Mutual labels:  ui-kit, components
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (-98.01%)
Mutual labels:  ui-design, components
Vue Form Components
Clean & minimal vue form elements and form builder with validation
Stars: ✭ 120 (-94.31%)
Mutual labels:  components, vue-components
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (-13.37%)
Mutual labels:  ui-kit, vue-components
React Virgin
The react-native UI Kit you've been looking for.
Stars: ✭ 1,523 (-27.79%)
Mutual labels:  ui-design, ui-kit
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (-93.79%)
Mutual labels:  ui-kit, components
Shine Design
为开发者、设计师和产品经理准备的 UI 设计语言
Stars: ✭ 157 (-92.56%)
Mutual labels:  ui-kit, components

vue-beauty npm NPM downloads MIT License

Beautiful UI components build with vue and ant design

特性

  • 丰富的组件,涵盖常用场景
  • 基于vue组件化开发,数据驱动视图
  • 封装复杂性,提供简单友好的api
  • 基于ant design样式优化

引入

使用npm或者yarn

npm install vue-beauty -S  OR  yarn add vue-beauty

import Vue from 'vue'
//import css
import 'vue-beauty/package/style/vue-beauty.min.css'

//import components
import vueBeauty from 'vue-beauty'
Vue.use(vueBeauty)

//OR
import {alert} from 'vue-beauty'
Vue.use(alert)

或使用 <script> 全局引用

<link rel="stylesheet" href="vue-beauty.min.css"> 
<script type="text/javascript" src="vue-beauty.min.js"></script> 

更多说明,请查看我们的在线文档

浏览器支持

chrome、firefox、暂不支持IE(计划支持IE11+)。

Polyfill

本组件库内置了一些es最新实例方法的垫片,请查看Polyfill

更新日志

欢迎查看详细的更新日志

参与贡献

我们欢迎任何形式的贡献,请阅读贡献指南了解详细的情况。

链接

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].