vaeringjar 1ed31623ca Use well-formed ISO datetimes for the History table. | 2 years ago | |
---|---|---|
public | 2 years ago | |
src | 2 years ago | |
.browserslistrc | 4 years ago | |
.env | 2 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
.prettierignore | 3 years ago | |
.prettierrc.json | 3 years ago | |
LICENSE | 4 years ago | |
Makefile | 2 years ago | |
README.org | 2 years ago | |
babel.config.js | 3 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
vue.config.js | 3 years ago |
med-fe is a frontend written in Vue.js.
MED Enterprise Dashboard is a web application for managing medical enterprise data.
Please consider MED Enterprise Dash in alpha state for now.
https://notabug.org/med
git clone https://notabug.org/med/med-fe.git && cd med-fe
npm install
npm run serve
Create a .env.production for any configuration overrides needed for deployement, particularly the PUBLIC_PATH.
The default directory structure might look like the following:
home
├── api
│ ├── appointments
│ └── etc...
├── favicon.ico
├── index.html
└── dist
├── index.html
├── css
├── js
└── etc...
To make any changes to the build, use the vue cli to edit the vue.config.js.
https://cli.vuejs.org/config/#vue-config-js
Copyright 2020 vaeringjar.
Distributed under the AGPLv3+.
The following lists the tentative development plans.
Implement the readonly search mode.
Implement the frontdesk mode.
Implement the practitioner mode.