An open API service indexing awesome lists of open source software.

https://github.com/027xiguapi/ohif-electron

用ohif和electron制作一个桌面DICOM软件
https://github.com/027xiguapi/ohif-electron

Last synced: 6 months ago
JSON representation

用ohif和electron制作一个桌面DICOM软件

Awesome Lists containing this project

README

          

# 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
```