- 新建后端项目 biji-houdaun,使用 Spring Boot 和 SQLite - 新建前端项目 biji-qianduan,使用 Vue3 - 添加 Dockerfile 用于构建后端镜像 -配置 .gitignore 和 .gitattributes 文件
8 lines
113 B
JSON
8 lines
113 B
JSON
{
|
|
"dependencies": {
|
|
"@vueuse/core": "^13.3.0",
|
|
"axios": "^1.10.0",
|
|
"mavon-editor": "^2.10.4"
|
|
}
|
|
}
|