Skip to content
/ vux Public
forked from airyland/vux

Mobile web UI Components based on Vue and WeUI. Be Cool with Vue & WeUI.

Notifications You must be signed in to change notification settings

RitaLing/vux

This branch is 49 commits behind airyland/vux:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f04fa37 · Sep 19, 2016
Jul 19, 2016
May 28, 2016
Aug 25, 2016
Aug 19, 2016
Aug 24, 2016
Jun 23, 2016
Sep 19, 2016
Apr 3, 2016
Feb 15, 2016
Apr 7, 2016
Aug 5, 2016
Mar 28, 2016
Jun 3, 2016
May 31, 2016
Feb 24, 2016
Sep 15, 2016
May 1, 2016
Apr 5, 2016
Mar 3, 2016
Feb 29, 2016
Aug 19, 2016

Repository files navigation

Be Cool with Vue and WeUI.

Vux = Vue + WeUI + A Bunch of Components

Docs

Importance notice

  • This is not an Official Project of Wechat.
  • [For 中文开发者]提问题时若使用不能用,没效果,有问题,报错此类模糊表达,但又没给出任何代码截图报错的,将绝对不会有任何反馈。(参阅 《提问的智慧》)

Demo

https://vux.li
(You can view the demos' codes in /src/demos)

Component List

If you need a new component, don't hesitate to raise an issue.

The diagram is made with coggle

Quick Start

# install vue-cli
npm install -g vue-cli

# init a webpack project with vuxjs/template
vue init vuxjs/webpack my-project
cd my-project
# or cnpm install
npm install
npm run dev

Development Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# you can also custom host and port
npm run dev -- --host 127.0.0.1 --port 8085

# build for production with minification
npm run build

# build components before publishing
npm run xbuild

# publish and deploy to gh-pages
npm run xpublish

# run unit tests
npm test

For detailed explanation on how things work, consult the docs for vue-loader.

Components

Maintainers

Vux is Inspired or Powered By:

License

MIT

Donate

It takes much time and energy to maintain and improve this project. If Vux helps you, you may want to buy me a coffee :).

About

Mobile web UI Components based on Vue and WeUI. Be Cool with Vue & WeUI.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 55.9%
  • JavaScript 31.3%
  • CSS 12.6%
  • Other 0.2%