# p-manage-system **Repository Path**: ppbbin/p-manage-system ## Basic Information - **Project Name**: p-manage-system - **Description**: Vue + Element-UI 后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-23 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在线演示地址 [演示地址连接](https://ppbbin.gitee.io/p-manage-system) **管理员账号** ``` username:admin password:123456 ``` **普通账号** ``` username:pp password:123456 ``` ## 安装依赖 ``` npm install ``` ### 运行项目 ``` npm run serve ``` ### 打包项目 ``` npm run build ``` ### 格式化项目 ``` npm run lint ``` ### Vue CLI教程 See [Configuration Reference](https://cli.vuejs.org/config/).