https://github.com/duke-git/my-bmi-wechat
A BMI calculate tool mini program based on mpvue
https://github.com/duke-git/my-bmi-wechat
Last synced: 2 months ago
JSON representation
A BMI calculate tool mini program based on mpvue
- Host: GitHub
- URL: https://github.com/duke-git/my-bmi-wechat
- Owner: duke-git
- Created: 2019-08-08T12:03:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:58:43.000Z (over 2 years ago)
- Last Synced: 2025-02-16T13:31:01.159Z (4 months ago)
- Language: JavaScript
- Size: 1.92 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-bmi-wechat
> A BMI calculate tool mini program based on mpvue
## Build Setup
``` bash
# 安装依赖
npm install# 开发时构建
npm dev# 打包构建
npm build# 指定平台的开发时构建(微信、百度、头条、支付宝)
npm dev:wx
npm dev:swan
npm dev:tt
npm dev:my# 指定平台的打包构建
npm build:wx
npm build:swan
npm build:tt
npm build:my# 生成 bundle 分析报告
npm run build --report
```