This is a project built to make insulin calculation easier.
Go to file
Nils Norman Haukås 2ded8d0e12 add nogithub badge 2024-01-22 19:33:03 +01:00
src allow for comma values in input fields. More work on calculations 2018-05-12 20:20:03 +02:00
static initial commit 2018-05-12 19:05:53 +02:00
.editorconfig initial commit 2018-05-12 19:05:53 +02:00
.gitignore initial commit 2018-05-12 19:05:53 +02:00
LICENSE.txt initial commit 2018-05-12 19:05:53 +02:00
README.md add nogithub badge 2024-01-22 19:33:03 +01:00
index.ejs initial commit 2018-05-12 19:05:53 +02:00
package.json initial commit 2018-05-12 19:05:53 +02:00
poi.config.js initial commit 2018-05-12 19:05:53 +02:00
yarn.lock initial commit 2018-05-12 19:05:53 +02:00

README.md

what-is-the-dose

Please don't upload to GitHub

This is a project built to make insulin calculation easier.

Commands

You can replace yarn with npm run here.

# build for production
yarn build

# development mode
yarn dev

# run unit tests
yarn test

# serve the bundled dist folder in production mode
yarn serve

Polyfills

By default we only polyfill window.Promise and Object.assign. You can add more polyfills in ./src/polyfills.js.

Analyze bundle size

Run yarn report to get a report of bundle size which helps you:

  • Realize what's really inside your bundle
  • Find out what modules make up the most of it's size
  • Find modules that got there by mistake
  • Optimize it!

Progress Web App

Your app is now offline-ready (only in production bundle), which means you can visit it without network.

Here we use a default manifest.json to configurure your pwa, for example, to enable Add to Home Screen feature on Android. It will be copied directly to ./dist/manifest.json.

For all the available options, please head to poi-preset-offline.


This project is generated by create-vue-app.

License

This project is licensed under GNU AGPLv3, see LICENSE.txt.