1.0.14 • Published 6 years ago

vue-weui-x v1.0.14

Weekly downloads
79
License
MIT
Repository
github
Last release
6 years ago

vue-weui-x

npm build

Mobile web UI based on Vue 2.x and WeUI

Introduction

Vue-Weui-X is a clean and lightweight mobile UI framework based on vue.js and weui. The UI framework has more then 60 components that make you easy to build your mobile app. Feature include:

  • Based on vue.js 2.x
  • Simple and beautiful UI designed by weui
  • Rich components
  • Navigation control and view transition (with vuex) is easy
  • Keep alive with scroll component
  • Automatic form validate
  • Extensive documentation and demos

Get started with the documentation(working), or play with the examples (see how to run them below)

Installation

$ npm install vue-weui-x --save

Usage

Import all components.

import vue from 'vue'
import vwx from 'vue-weui-x'

vue.use(vwx)

Or import specified component.

import { List, ListItem } from 'vue-weui-x'

Keep in mind, you will need to ensure your webpack config contains a html-loader and with this configuration

{
  test: /\.html$/,
  loader: 'html-loader?minimize'
}

And also, the babel-loader configuration need include _node_modules/vue-weui-x/src_

Quick Start

coming soon ...

Release

Detailed changes for each release are documented in the release notes.

Powered By

License

MIT

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago