All Projects → yunfeihuang → Vx Ui

yunfeihuang / Vx Ui

vue components 移动端UI组件库

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vx Ui

bpit-vue
vue effects component package 🚀
Stars: ✭ 16 (-91.75%)
Mutual labels:  components, vue2
Design System Components
🛠 Component code and tests for the Australian Government design system
Stars: ✭ 696 (+258.76%)
Mutual labels:  components, sass
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (+32.99%)
Mutual labels:  sass, vue2
Vue 2 3
↔️ Interop Vue 2 components in Vue 3 apps and vice versa
Stars: ✭ 231 (+19.07%)
Mutual labels:  components, vue2
Vue Admin Element
(Vue2 演示项目)物业后台管理系统 - ElementUI ( 基本结构已完成, 剩下的就是具体业务开发; 如有疑问请留言 )
Stars: ✭ 73 (-62.37%)
Mutual labels:  sass, vue2
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+30.41%)
Mutual labels:  components, vue2
Blueprint
A React-based UI toolkit for the web
Stars: ✭ 18,376 (+9372.16%)
Mutual labels:  components, sass
V Bar
The virtual responsive crossbrowser scrollbar component for VueJS 2x
Stars: ✭ 216 (+11.34%)
Mutual labels:  sass, vue2
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (-64.43%)
Mutual labels:  components, sass
Semantic Ui Vue
Semantic UI integration for Vue
Stars: ✭ 914 (+371.13%)
Mutual labels:  components, vue2
Vue Impression
A Vue.js 2.0 UI elements for mobile.
Stars: ✭ 205 (+5.67%)
Mutual labels:  components, vue2
Refills
Refills is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,523 (+685.05%)
Mutual labels:  components, sass
Twelvety
An Eleventy starter project built to be fast
Stars: ✭ 195 (+0.52%)
Mutual labels:  components, sass
glue
Glue是一个基于web component构建的组件库,可以在react,vue2,vue3,angular和html等前端框架中运行
Stars: ✭ 63 (-67.53%)
Mutual labels:  components, vue2
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+28.35%)
Mutual labels:  sass, vue2
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+8958.25%)
Mutual labels:  components, vue2
Vue Node Pastime
😄 基于vue全家桶、nodejs和mongodb的前后端整合项目
Stars: ✭ 200 (+3.09%)
Mutual labels:  sass, vue2
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+275.77%)
Mutual labels:  sass, vue2
Social
基于Vue的社区论坛项目
Stars: ✭ 102 (-47.42%)
Mutual labels:  sass, vue2
163music
🎵163 music web app built with Vue 2.6, server side render, webpack 4
Stars: ✭ 139 (-28.35%)
Mutual labels:  sass, vue2

vx-ui

vue components 移动端UI组件库

中文文档:

http://vx.bittyos.com/

示例浏览地址:

http://vx.bittyos.com/demo.html

Minion

CNode社区示例浏览地址:

http://vx.bittyos.com/demo.html#/cnode/

react版本:

https://github.com/yunfeihuang/react-components

Build Setup

# install dependencies
npm install vx-ui --save-dev

# 全局注册组件
import Vue from 'vue'
import 'vx-ui/lib/style/theme/index.css'
import VxUI from 'vx-ui'
Vue.use(VxUI)

# 单个注册组件(Button示例)
import Vue from 'vue'
import 'vx-ui/lib/style/theme/button.css'
import { Button } from 'vx-ui' // or import Button from 'vx-ui/lib/button'
Vue.component(Button.componentName, Button)


# 修改UI主题风格
##### 修改src/components/style/src/variable.scss变量后运行以下命令即可
npm run build:theme

打赏赞助,请扫以下二维码,谢谢!

Minion

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

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