# 档案管理系统后台前端 **Repository Path**: chenyongfeng/admin_frontend ## Basic Information - **Project Name**: 档案管理系统后台前端 - **Description**: 档案管理系统后台前端 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-11-08 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目下载和运行 ---- - 拉取项目代码 ```bash git clone https://gitee.com/wx_archive_program/admin_frontend.git cd admin_frontend ``` - 安装依赖 ``` yarn install ``` - 开发模式运行 ``` yarn run serve ``` - 编译项目 ``` yarn run build ``` - Lints and fixes files ``` yarn run lint ```