An open API service indexing awesome lists of open source software.

https://github.com/duke-git/my-bmi-desktop

An electron vue desktop app for calculate personal BMI
https://github.com/duke-git/my-bmi-desktop

Last synced: about 1 year ago
JSON representation

An electron vue desktop app for calculate personal BMI

Awesome Lists containing this project

README

          

# my-bmi-desktop
计算身体指数(bmi)桌面应用,基于Vue CLI Plugin Electron Builder。
https://nklayman.github.io/vue-cli-plugin-electron-builder/

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```