ppdvux
v1.0.0
Published
A Vue Components for ppdai mstore
Downloads
9
Maintainers
Readme
Requirements
- vue@^2.3.0(for .sync modifier)
- webpack@^2.0
- node@^7.6(development)
Docs
- 中文文档
- English(working)
Issues
VUX
并不是大团队维护的项目,没有捐赠,纯靠热情,维护者有权决定什么时候处理什么问题,什么问题不处理。
入坑请万分谨慎。
处理 issue 是件很耗精力的事,请提交 issue 前考虑一下是否把问题说清楚了,是不是在浪费大家时间:
- 任何描述不清楚、代码(拜托请别截图)懒得给出的 issue 将会直接
关闭
、锁定
、打上yet another bad issue 标签
; - 在 issue 下提无关问题会被直接
删除
;
Quick Start
vux2 template(https://github.com/airyland/vux2) is directly modified from Vue official webpack template(https://github.com/vuejs-templates/webpack).
npm install vue-cli -g
vue init airyland/vux2 projectPath
cd projectPath
npm install // or yarn
npm run dev // or yarn dev
License
MIT