Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 489 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 489 Bytes

Local OHIF Viewer

  • PouchDB + dicomweb-server + OHIF

Development

# Run Electron app in development mode
cd ./ohif-electron
yarn install

运行electron

yarn run dev

打包win_x64

yarn run dist-win-x64

打包win

yarn run dist-win

打包linux

yarn run dist-linux

打包linux-x64

yarn run dist-linux-x64

打包dist-win-and-linux-x64

yarn run dist-win-and-linux-x64

打包mac

yarn run dist-mac