8000 GitHub - huanhuanhome/vx-ui: vue components 移动端UI组件库
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

huanhuanhome/vx-ui

 
 

Repository files navigation

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.

About

vue components 移动端UI组件库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 68.2%
  • CSS 16.2%
  • JavaScript 15.1%
  • HTML 0.5%
0