# wx-vant-weapp **Repository Path**: web_design_of_web_frontend/wx-vant-weapp ## Basic Information - **Project Name**: wx-vant-weapp - **Description**: 安然打卡小程序(3.0),使用Vant Weap框架开发。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 3 - **Created**: 2019-09-23 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vant ## README # 安然打卡小程序 #### 介绍 安然打卡小程序3.0,使用Vant Weapp框架进行了重构。 #### 预览地址 ![小程序码](https://anranweb.cn/images/anranWeChat.jpg) 微信搜索小程序 ‘安然打卡’。 #### 软件架构 ~~~ ┌─component 公共组件 ├─pages 业务页面文件存放的目录 ├─static 存放应用引用静态资源 ├─utils 公共方法 │ ├─ajax.js 封装的接口请求 │ └─api.js 接口地址文件 └─app.json 配置类信息 ~~~ #### 使用说明 ~~~ # 安装依赖包 npm install # 在小程序开发工具中构建 ‘工具’-> ‘构建npm’ # 编译运行 在小程序开发者工具中运行 ~~~