# ruoyi-web **Repository Path**: bete/ruoyi-web ## Basic Information - **Project Name**: ruoyi-web - **Description**: 基于ruoyi-plus实现AI聊天和绘画功能-前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 516 - **Created**: 2023-10-28 - **Last Updated**: 2023-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 平台简介 [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/dromara/RuoYi-Vue-Plus/blob/master/LICENSE) [![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg)](https://www.jetbrains.com/?from=RuoYi-Vue-Plus)
[![RuoYi-Vue-Plus](https://img.shields.io/badge/RuoYi_Vue_Plus-5.0.0-success.svg)](https://gitee.com/dromara/RuoYi-Vue-Plus) [![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.0-blue.svg)]() [![JDK-17](https://img.shields.io/badge/JDK-17-green.svg)]() > 基于ruoyi-plus实现AI聊天和绘画功能-前端 > 本项目完全开源免费! 后台管理界面使用elementUI服务端使用Java17+SpringBoot3.X ``` 项目地址 后端: https://gitee.com/ageerle/ruoyi-ai 前端-用户端: https://gitee.com/ageerle/ruoyi-web 前端-后台管理: https://gitee.com/ageerle/ruoyi-ui 小程序端: https://gitee.com/ageerle/ruoyi-uniapp 演示地址: https://ai.pandarobot.chat/ 前端构建运行 安装依赖项: pnpm install 本地运行: pnpm run dev 打包: pnpm build 常见问题 解决 npm或pnpm : 无法加载文件 C:\Users\hp\AppData\Roaming\npm\cnpm.ps1,因为在此系统上禁止运行脚本 1. 找到Windows PowerShell,点击右键找到更多,找到以管理员身份运行 2. set-ExecutionPolicy RemoteSigned 然后回车 选择:输入A选择全是,或者输入Y选择是 都可以的接着重新启动 然后去运行就可以了 ```