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软件
- Host: GitHub
- URL: https://github.com/027xiguapi/ohif-electron
- Owner: 027xiguapi
- Created: 2022-08-16T02:27:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T02:27:54.000Z (about 3 years ago)
- Last Synced: 2025-02-09T17:24:47.616Z (8 months ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```