Home

Awesome

vue-mobile - V2.0.0-rc.1

An UI Framework build with Vue.js

vum is update to vue@2.0! checkout to v0.1.1 for vue@1.x.

Click http://demo.getvum.com/ or scan vcode to see live demos:

<img src="screenshot/vcode.png" width="250"/>

What is?

vue-mobile is an UI Framework build with Vue.js for SPA:

Love Vue

Vue is the best View Layer Framework I have ever seen:

Progress

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# run unit tests
npm run unit

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

Get Start

Two way to create a project with vum?

clone source code directly

  1. Clone this repo to your work dir
  2. npm install to install dependences
  3. npm run dev to run dev server with hot reload.
  4. Open http://localhost:8088 in your browser, then you can see the demos
  5. Change to dir src/demos, modify what you want, and remove unused pages

That's all! You can do it :) Do not forget to reinit git.

use npm

  1. Create your project, vue-cli is recommend
  2. npm install vum in the root of your project
  3. Import the components you wanted in src

Thanks

The css style of components comes from:

And vui-mobile could never be completed without these:

Stay In Touch

Please make sure that you have some knowledge about vue.js before join QQ group:

Screenshot

<img src="https://raw.githubusercontent.com/lihongxun945/vue-mobile/master/screenshot/buttons-group.png" width="320" /> <img src="https://raw.githubusercontent.com/lihongxun945/vue-mobile/master/screenshot/grid.png" width="320" /> <img src="https://raw.githubusercontent.com/lihongxun945/vue-mobile/master/screenshot/form.png" width="320" /> <img src="https://raw.githubusercontent.com/lihongxun945/vue-mobile/master/screenshot/list.png" width="320" /> <img src="https://raw.githubusercontent.com/lihongxun945/vue-mobile/master/screenshot/contacts.png" width="320" /> <img src="https://raw.githubusercontent.com/lihongxun945/vue-mobile/master/screenshot/modal.png" width="320" />