# pms **Repository Path**: tjy-cool/pms ## Basic Information - **Project Name**: pms - **Description**: 采购管理后台系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-21 - **Last Updated**: 2023-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pms 后台采购系统 ## 安装依赖 ```shell vue create pms yarn add axios yarn add echarts yarn add element-plus yarn add dayjs yarn add moment yarn add normalize.css ``` ## 后端 nodejs+mysql+Express ### 命令 ```shell yarn install yarn serve yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).