We relieve nurses in documentation and planning by using the Omaha System and support care teams in cooperation and in strengthening their clients.
npm installGenerate all required icons and splash screens:
npm run iconsIncluding hot-code reloading, error reporting, etc.
Developing and testing in a browser:
npm run dev:webDeveloping and testing the demo version in a browser:
npm run dev:demoDeveloping and testing the app installed on a device or simulator, depending on the desired platform:
npm run dev:ios
npm run dev:android
npm run dev:electronBuild the browser-based demo version:
npm run build:demoBuild the app for a specific platform:
npm run build:ios
npm run build:android
npm run build:electronSee Configuring quasar.config.js.
Please read our Contributing Guide.