# x-emr-vue **Repository Path**: MuNet/x-emr-vue ## Basic Information - **Project Name**: x-emr-vue - **Description**: HTML 电子病历编辑器 Vue3 演示 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://www.x-emr.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 106 - **Created**: 2023-11-24 - **Last Updated**: 2023-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概要 基于HTML5的电子病历编辑器的Vue版演示程序。 ![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)