CoopCare
We relieve nurses in documentation and planning by using the Omaha System and support care teams in cooperation and in strengthening their clients.
Developing and building
Install the dependencies
npm installGenerate all required icons and splash screens:
npm run iconsStart the app in development mode
Including 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 app for production
Build 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:electronCustomize the configuration
See Configuring quasar.config.js.
Contributing
Please read our Contributing Guide.