https://github.com/duke-git/my-bmi-electron
An electron-vue app for calculate personal BMI.
https://github.com/duke-git/my-bmi-electron
Last synced: 8 months ago
JSON representation
An electron-vue app for calculate personal BMI.
- Host: GitHub
- URL: https://github.com/duke-git/my-bmi-electron
- Owner: duke-git
- Created: 2019-07-23T07:18:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T07:12:15.000Z (over 5 years ago)
- Last Synced: 2025-02-16T13:30:59.497Z (10 months ago)
- Language: JavaScript
- Size: 788 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-bmi
> An electron-vue app for calculate personal BMI.
#### Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
```
---