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.
 
 
 
Yiğit Çolakoğlu 7b1b77de71 Merge branch 'production' into main 4 years ago
public Initial commit 4 years ago
src Added travis yml 4 years ago
tests/unit Initial commit 4 years ago
.browserslistrc Initial commit 4 years ago
.env.example updated gitignore 4 years ago
.eslintrc.js Initial commit 4 years ago
.gitignore updated gitignore 4 years ago
.travis.yml Trying the yml on Vue Docs 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 Doctor portal complete, still more work to go 4 years ago
package.json Doctor portal complete, still more work to go 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 Initial commit 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.