Medical viewer using DWV (DICOM Web Viewer) and Vue.js.
All coding/implementation contributions and comments are welcome.
dwv-vue is not certified for diagnostic use. Released under GNU GPL-3.0 license (see license.txt).
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn run start
# build for production with minification
yarn run build
# build for production and view the bundle analyzer report
yarn run build --report
# run unit tests
yarn run unit
# run e2e tests
yarn run e2e
# run all tests
yarn run test
Unit tests use Jest and e2e tests Nightwatch.js.
This project was generated with the webpack template version 1.3.1 for the vue-cli.
For a detailed explanation on how things work, check out the guide and docs for vue-loader.