A medical journal UI prototype for orthopaedics that I implemented as part of my Master's thesis.
Demo available at: https://kallgren.github.io/ehr/#/journal
- Vue.js (Bootstrapped using the Vue CLI tool -
vue createwith Babel, Router, Vuex, Stylus, Linter / Formatter) - Webpack
- Babel
- Stylus
- Eslint
- Prettier
- Editorconfig
- yarn
- Install dependencies:
yarn install - Run development server (with linting, hot reloading, etc.):
yarn serve
