Metis portal provides a user-friendly frontend for the Metis API which is written in Vue.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Unknown b6cfbc2f4c Zoom Oauth Support 4 years ago
public Initial commit 4 years ago
src Zoom Oauth Support 4 years ago
tests/unit Initial commit 4 years ago
.browserslistrc Initial commit 4 years ago
.env.example production setup 4 years ago
.eslintrc.js Initial commit 4 years ago
.gitignore updated gitignore 4 years ago
.travis.yml a 4 years ago
README.md Initial commit 4 years ago
babel.config.js Initial commit 4 years ago
jest.config.js Initial commit 4 years ago
package-lock.json Zoom Oauth Support 4 years ago
package.json Protocol Number on PatientModal 4 years ago
portal.iml More improvements, doctor page is mostly done. 4 years ago
postcss.config.js Initial commit 4 years ago
server.js Added travis yml 4 years ago
static.json Added travis yml 4 years ago
tailwind.js Initial commit 4 years ago
vue.config.js removed webpack dashboard plugin 4 years ago

README.md

portal

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.