# HTML5_电子病历编辑器_VUE
**Repository Path**: hoonsun/x-emr-vue
## Basic Information
- **Project Name**: HTML5_电子病历编辑器_VUE
- **Description**: HTML 电子病历编辑器 Vue 演示
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: http://www.x-emr.cn
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 111
- **Created**: 2023-02-03
- **Last Updated**: 2023-02-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 概要
基于HTML5的电子病历编辑器的Vue版演示程序。

---
## 如何使用
编辑器使用说明参考 [www.x-emr.cn](https://www.x-emr.cn)
### 安装
```sh
npm install
```
### 运行
```sh
npm run dev
```
### 编译
```sh
npm run build
```
搭建Vue环境,参考 [www.vuepress.cn](https://www.vuepress.cn/guide/getting-started.html)