back to home

airyland / vux

Mobile UI Components based on Vue & WeUI

17,527 stars
3,675 forks
406 issues
VueJavaScriptLess

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing airyland/vux in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/airyland/vux)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview
<p align="center"> <a href="http://vux.li"> <img src="https://i.loli.net/2017/11/20/5a12187ebf2e0.png" width="175"> </a> </p> <p align="center">Be Cool with Vue@^2.3.0 and WeUI.</p> <p align="center"> <a href="https://vux.li/demos/v2?x-page=github"> <img src="https://static.vux.li/demo_v2_doc_home.png" width="100" alt=""> </a> <br> <a href="https://vux.li/demos/v2?x-page=github"> Live Demo >> </a> <br> <br> <a href="https://github.com/airyland/vux"> <img src="https://img.shields.io/github/stars/airyland/vux.svg?style=social&label=Star" alt=""> </a> <a href="https://github.com/airyland/vux"> <img src="https://img.shields.io/github/forks/airyland/vux.svg?style=social&label=Fork" alt=""> </a> <a href="https://github.com/airyland/vux"> <img src="https://img.shields.io/github/watchers/airyland/vux.svg?style=social&label=Watch" alt=""> </a> <br> <br> <a href="https://travis-ci.org/airyland/vux"> <img src="https://api.travis-ci.org/airyland/vux.svg?branch=v2" alt=""> </a> <a href="https://codecov.io/gh/airyland/vux/branch/v2"> <img src="https://img.shields.io/codecov/c/github/airyland/vux/v2.svg" alt=""> </a> <br> <a href="https://github.com/airyland/vux/issues"> <img src="https://img.shields.io/github/issues/airyland/vux.svg?style=flat-square" alt=""> </a> <a href="https://github.com/airyland/vux/issues"> <img src="http://isitmaintained.com/badge/resolution/airyland/vux.svg?style=flat-square" alt=""> </a> <a href="https://github.com/airyland/vux/graphs/contributors"> <img src="https://img.shields.io/github/contributors/airyland/vux.svg?style=flat-square" alt=""> </a> <br> <a href="https://www.npmjs.com/package/vux"> <img src="https://img.shields.io/npm/l/vux.svg?style=flat-square" alt=""> </a> <a href="https://www.npmjs.com/package/vux"> <img src="https://img.shields.io/npm/v/vux.svg?style=flat-square" alt=""> </a> <a href="https://www.npmjs.com/package/vux"> <img src="https://img.shields.io/npm/dm/vux.svg?style=flat-square" alt=""> </a> <a href="https://www.npmjs.com/package/vux"> <img src="https://img.shields.io/npm/dt/vux.svg?style=flat-square" alt=""> </a> <br> <br> </p>

Sponsors

<p align="center"> <a href="https://www.upyun.com/"> <img src="https://ww1.sinaimg.cn/large/663d3650gy1fs3l83hokej20b4040weg.jpg" height="80"> </a> </p>

Requirements

  • vue@^2.3.0(for .sync modifier)
  • webpack@^2.0
  • node@^7.6(development)

Docs

Quick Start

vux2 template is directly modified from Vue official webpack template.

npm install vue-cli -g
vue init airyland/vux2 projectPath

cd projectPath
npm install // or yarn
npm run dev // or yarn dev

Maintainers

Vux is Inspired or Powered By:

License

MIT