# EMRE-OAK **Repository Path**: wu-deep-sea/EMRE-OAK ## Basic Information - **Project Name**: EMRE-OAK - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-21 - **Last Updated**: 2023-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 电子病历编辑器(基于ueditor) ##### 项目所用到的技术 - node - express - webpack - babel - react - react-router - sass ##### 使用 - 安装依赖 ``` npm install ``` ##### 运行 Running on development mode: ``` npm run dev ``` Running on production mode: ``` npm run build npm start ```