2.0.6 • Published 3 years ago

weui-design-vue v2.0.6

Weekly downloads
124
License
MIT
Repository
github
Last release
3 years ago

A Mobile UI components based on Weui Design and Vue

npm package NPM downloads Join the chat at https://gitter.im/weui-design-vue/community

Features

  • Support TS

Install

$ npm install weui-design-vue --save

Quickstart

in src/main.js

import Vue from 'vue'
import WeuiDesignVue from 'weui-design-vue' +++
import 'weui-design-vue/lib/weui-design-vue.css' +++
import App from './App.vue'
import router from './router'

Vue.config.productionTip = false

Vue.use(WeuiDesignVue) +++

new Vue({
  router,
  render: h => h(App)
}).$mount('#app')

Environment Support

Modern browsers and Android 4.4+ iOS 8.0+

Links

Development

$ git clone git@github.com:llkui/weui-design-vue.git
$ cd weui-design-vue
$ npm install
$ npm run serve

Mobile example

qrcode

https://llkui.github.io/weui-design-vue-example

LICENSE

MIT

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-beta.0

3 years ago

1.0.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.1.0-rc.0

3 years ago

0.1.0-beta

3 years ago