'frontendadd'

This commit is contained in:
yangqiao
2024-12-30 17:47:28 +08:00
parent 8b4cc37514
commit 34e25633ba
71 changed files with 3699 additions and 0 deletions

11
frontend/README.md Normal file
View File

@@ -0,0 +1,11 @@
### npm i 安装依赖
### npm run dev 运行项目
### 打包前确认:
// .env 文件中的 VITE_API_URL 接口地址是否正确
// .env 文件中的 VITE_API_URL_PREFIX 接口 api 是否正确
// .env 文件中的 VITE_WB_BASE_URL websoket 链接获取答案接口地址是否正确
### npm run build 运行项目