Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airyland/vux
Mobile UI Components based on Vue & WeUI
https://github.com/airyland/vux
ant components javascript mobile-web vue vue-components vue2 vux web-app wechat weui
Last synced: 4 days ago
JSON representation
Mobile UI Components based on Vue & WeUI
- Host: GitHub
- URL: https://github.com/airyland/vux
- Owner: airyland
- License: mit
- Created: 2016-02-15T03:23:27.000Z (almost 9 years ago)
- Default Branch: v2
- Last Pushed: 2024-04-24T07:38:09.000Z (8 months ago)
- Last Synced: 2024-10-29T23:18:57.734Z (about 1 month ago)
- Topics: ant, components, javascript, mobile-web, vue, vue-components, vue2, vux, web-app, wechat, weui
- Language: Vue
- Homepage: https://vux.li
- Size: 31.7 MB
- Stars: 17,591
- Watchers: 673
- Forks: 3,710
- Open Issues: 405
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-cn - **vux ★1,068**
- awesome-vue - Vux - 基于Vue和WeUI的组件库 (UI组件)
- my-awesome - vux - Mobile web UI Components based on Vue and WeUI. Be Cool with Vue & WeUI. (Vue)
- awesome-github-star - vux
- awesome-github-vue - Vux - 基于Vue和WeUI的组件库 (UI组件)
- StarryDivineSky - airyland/vux
- awesome-vue - Vux - 基于Vue和WeUI的组件库 (UI组件)
- awesome-quick-dev - vux - square) (WebUI / 基础样式库)
- awesome-github-vue - Vux - 基于Vue和WeUI的组件库 (UI组件)
- awesome - Vux - 基于Vue和WeUI的组件库 (UI组件)
README
Be Cool with Vue@^2.3.0 and WeUI.
## Sponsors
## Requirements
+ vue@^2.3.0(for .sync modifier)
+ webpack@^2.0
+ node@^7.6(development)## Docs
+ [中文文档](https://vux.li/)
+ English(working)## Quick Start
> [vux2 template](https://github.com/airyland/vux2) is directly modified from Vue official [webpack template](https://github.com/vuejs-templates/webpack).
``` bash
npm install vue-cli -g
vue init airyland/vux2 projectPathcd projectPath
npm install // or yarn
npm run dev // or yarn dev
```## Maintainers
+ [airyland](https://github.com/airyland)
+ [lichunqiang](https://github.com/lichunqiang)
+ [graysheeep](https://github.com/graysheeep)
+ [unclay](https://github.com/unclay)
+ [wg5945](https://github.com/wg5945)
+ [Sapphire2k](https://github.com/Sapphire2k)## Vux is Inspired or Powered By:
+ [Vue](https://github.com/vuejs/vue)
+ [WeUI](https://github.com/weui/weui)
+ [FrozenUI](https://github.com/frozenui/frozenui)
+ [Ant Design](https://github.com/ant-design/ant-design)
+ [Ant Design Mobile](http://github.com/ant-design/ant-design-mobile)
+ [XScroll](https://github.com/huxiaoqi567/xscroll)
+ [Ionic](https://github.com/driftyco/ionic)
+ [SUI Mobile](https://github.com/sdc-alibaba/SUI-Mobile)
+ [PhotoSwipe](https://github.com/dimsemenov/PhotoSwipe)
+ [WePayUI](https://github.com/wepayui/wepayui)
+ [autosize](https://github.com/jackmoore/autosize)(MIT)
+ [buefy](https://github.com/buefy/buefy)## License
[MIT](https://github.com/airyland/vux/blob/v2/LICENSE)