vux

Mobile UI Components based on Vue & WeUI

README

Be Cool with Vue and WeUI.

compatible with Vue@^1.0.24 (not yet support Vue@2.0)


Docs



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


  1. ``` bash
  2. # install vue-cli
  3. npm install -g vue-cli

  4. # init a webpack project with vuxjs/template
  5. vue init vuxjs/webpack my-project
  6. cd my-project
  7. # or cnpm install
  8. npm install
  9. npm run dev
  10. ```

Development Setup


  1. ``` bash
  2. # install dependencies
  3. npm install

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

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

  8. # build for production with minification
  9. npm run build

  10. # build components before publishing
  11. npm run xbuild

  12. # publish and deploy to gh-pages
  13. npm run xpublish

  14. # run unit tests
  15. npm test
  16. ```

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

Components



Maintainers


Vux is Inspired or Powered By:

+ Vue

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 :).