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
- Host: GitHub
- URL: https://github.com/duke-git/my-bmi-desktop
- Owner: duke-git
- Created: 2019-08-15T07:27:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T13:16:47.000Z (about 3 years ago)
- Last Synced: 2025-02-16T13:31:01.354Z (over 1 year ago)
- Language: Vue
- Size: 2.04 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```