'系统菜单功能添加,误上传的备份文件删除'

This commit is contained in:
duyufeng
2024-08-23 16:34:59 +08:00
parent 9f9982b04a
commit 9ff820af25
857 changed files with 175 additions and 2698 deletions

View File

@@ -74,5 +74,20 @@ test
|-- vite.config.ts vite配置
|-- README.md 项目说明
#### 开发前的相关配置或调试时需要本地启动项目
1、node官网下载并安装node环境node版本18.12以上稳定版。官网地址https://nodejs.cn/download/
node版本安装18.12以上版本npm版本安装9.6.0以上版即可
查看版本node -v npm -v
2、更换npm源为淘宝镜像
命令npm config set registry https://registry.npmmirror.com/
输入此命令查看是否完成修改npm config get registry
3、安装pnpm包管理器由于有时npm启动项目会因为存在重复配置及文件而报错使用pnpm可以避开这些问题将资源整合性能提高的同时也扩展了场景。
命令npm install -g pnpm
输入此命令查看是否完成安装pnpm -v
4、安装依赖包
命令pnpm install
5、启动hx-ai-intelligent 项目命令pnpm run ai 打包到线上命令pnpm run ai-build
6、启动hx-op项目 项目命令pnpm run ai-op 打包到线上命令pnpm run ai-op-build
7、如使用vscode编辑器可以在终端使用cmd终端启动项目powershell终端会报错