# 技术审查前端 **Repository Path**: dylanhl/technical-review-front ## Basic Information - **Project Name**: 技术审查前端 - **Description**: 前端工程 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-20 - **Last Updated**: 2025-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目简介 - 本项目前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [TS](https://www.typescriptlang.org/) + [Element Plus] (https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 # 前端项目部署说明 [参考官方文档](https://plus-doc.dromara.org/#/ruoyi-vue-plus/quickstart/deploy?id=%e5%89%8d%e7%ab%af%e9%83%a8%e7%bd%b2) ## 克隆项目 and 安装依赖 1. 打开终端或命令行界面。 2. 使用 Git 克隆项目仓库: ```bash # 克隆项目 git clone https://gitee.com/dylanhl/technical-review-front.git # 进入项目目录 cd technical-review-front # 安装依赖 npm install --registry=https://registry.npmmirror.com ``` ## 启动服务 ```bash # 启动开发服务器 npm run dev # 访问前端页面 http://localhost:80/ ``` ## 构建生产环境 ```bash # 执行打包命令 npm run build:prod ``` 打包后生成打包文件在 technical-review-front/dist 目录 将 dist 目录下文件(不包含 dist 目录) 上传到部署服务器 docker/nginx/html 目录下 (根据实际情况放入Nginx配置的路径),重启 nginx 服务即可。 ## 验证部署 打开浏览器,访问你的域名或服务器IP。 确认页面正确加载,功能正常。