vux
v2.11.1
Published
Mobile web UI based on Vue and WeUI
Downloads
3,083
Readme
Sponsors
Requirements
- vue@^2.3.0(for .sync modifier)
- webpack@^2.0
- node@^7.6(development)
Docs
- 中文文档
- English(working)
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