# drug-ms-front **Repository Path**: yeyoui/drug-ms-front ## Basic Information - **Project Name**: drug-ms-front - **Description**: 数据库课程设计,简单的药品管理系统(前端Vue界面),使用VUE2开发 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-02 - **Last Updated**: 2023-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2 ## README ### 华安药店药品管理系统前端界面 #### 1.运行环境: Node.js 18 使用的依赖 ``` json "axios": "^1.2.2" "core-js": "^3.8.3" "echarts": "^5.1.2" "element-ui": "^2.15.12" "js-cookie": "^3.0.1" "less": "^4.1.2" "less-loader": "^6.0.0" "vue": "^2.6.14" "vue-router": "^3.6.5" "vuex": "^3.6.2" ``` #### 2.运行 使用 Vscode 打开项目,然后运行 ```powershell npm run serve ```