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

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.

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

```

---