|
il y a 1 jour | |
---|---|---|
public | il y a 2 jours | |
src | il y a 1 jour | |
改造后的UI设计稿 | il y a 2 jours | |
.eslintrc.js | il y a 2 jours | |
.gitignore | il y a 2 jours | |
README.md | il y a 2 jours | |
babel.config.js | il y a 2 jours | |
dist.zip | il y a 2 jours | |
package-lock.json | il y a 2 jours | |
package.json | il y a 2 jours | |
vue.config.js | il y a 2 jours | |
充值h5界面.jpg | il y a 2 jours | |
搜索用户h5界面.jpg | il y a 2 jours |
这是一个基于Vue.js开发的微信公众号H5充值页面,包含用户搜索和充值两个页面。
src/
├── assets/ # 静态资源
├── components/ # 公共组件
├── router/ # 路由配置
├── views/ # 页面组件
│ ├── Search.vue # 搜索用户页面
│ └── Recharge.vue # 充值页面
├── App.vue # 根组件
└── main.js # 入口文件
npm install
npm run serve
npm run build