# material_admin_web **Repository Path**: pezihan/material_admin_web ## Basic Information - **Project Name**: material_admin_web - **Description**: vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-18 - **Last Updated**: 2023-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # material_admin_web **介绍** 本项目为基于 **material_egg_server**服务api的后台管理,用来管理网页端用户及作品的管理,已打包成静态资源放到了material_egg_server下,这个为 vue 源码 **管理端默认账户: admin 密码:123456** ## 安装依赖 ``` npm install ``` ### 运行 ``` npm run serve ``` ### 打包静态资源 ``` npm run build ``` ### 代码纠错 ``` npm run lint ```