# HTML5_电子病历编辑器_VUE **Repository Path**: wu-deep-sea/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**: 108 - **Created**: 2023-01-18 - **Last Updated**: 2023-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概要 电子病历编辑器的Vue版演示程序。 X-EMR是 一款简洁至上的HTML5电子病历编辑器,采用HTML5标准开放格式,支持XML,JSON,PDF格式存储; 文档格式透明,奉行简约至上的理念,界面简洁但功能全面;内置JQuery开发接口和JavaScript脚本编辑器。 ![image](https://gitee.com/bensenplus/x-emr-vue/raw/master/demo.png) --- ## 如何使用 编辑器使用说明参考 [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)