# medical-dashboard **Repository Path**: alex_john/medical-dashboard ## Basic Information - **Project Name**: medical-dashboard - **Description**: 用于给医护人员同步病床信息的护理白板项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-07 - **Last Updated**: 2024-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, CSS, HTML, Pinia, Tailwind ## README # 1. Overview Recommend NodeJS version: 18.x.x The medical dashboard provides the data present and data editor for nurses who needs to monitor the wards.   # 2. Start project ## 1) Frontend ### 1. Clone the project ```shell # github git clone https://github.com/13RTK/medical-dashboard.git # gitee git clone https://gitee.com/alex_john/medical-dashboard.git ``` ### 2. Enter the frontend project folder ```shell cd ./medical-dashboard/medical-dashboard-frontend ``` ### 3. Install dependencies ```shell npm i ``` ### 4. Run the project in dev mode ```shell npm run dev ```   ## 2) Backend(in development)