https://github.com/supercoderhawk/emr-processor
电子病历处理软件,基于Vue-Electron和Vue-strap
https://github.com/supercoderhawk/emr-processor
electron vue vue-electron vue-strap
Last synced: 8 months ago
JSON representation
电子病历处理软件,基于Vue-Electron和Vue-strap
- Host: GitHub
- URL: https://github.com/supercoderhawk/emr-processor
- Owner: supercoderhawk
- Created: 2017-03-12T03:05:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T12:48:30.000Z (almost 8 years ago)
- Last Synced: 2025-04-15T08:08:14.239Z (11 months ago)
- Topics: electron, vue, vue-electron, vue-strap
- Language: JavaScript
- Size: 729 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emr-processor
> 中文电子病历标注工具
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack
```
More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/docs/npm_scripts.html).
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).