CostPrediction/frontend
2026-06-10 10:17:24 +08:00
..
dist chore: 将前端构建产物纳入版本管理,免Node.js即可运行 2026-06-10 10:17:24 +08:00
public 将mysql改成sqlite,减少前端依赖 2026-04-28 23:30:48 +08:00
src feat: 训练支持自动划分验证集,无需手工选择两个数据集 2026-06-10 09:58:15 +08:00
index.html 将mysql改成sqlite,减少前端依赖 2026-04-28 23:30:48 +08:00
jsconfig.json 完成了基本功能 2024-11-09 16:48:50 +08:00
package-lock.json 将mysql改成sqlite,减少前端依赖 2026-04-28 23:30:48 +08:00
package.json 将mysql改成sqlite,减少前端依赖 2026-04-28 23:30:48 +08:00
README.md 增加了部署文档,调整了前端代码 2024-11-11 18:04:22 +08:00
vite.config.js 将mysql改成sqlite,减少前端依赖 2026-04-28 23:30:48 +08:00
vue.config.js Fix bugs 2024-11-09 00:16:19 +08:00

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.