# try-springboot-vue-in-one-day **Repository Path**: xmzb1218/try-springboot-vue-in-one-day ## Basic Information - **Project Name**: try-springboot-vue-in-one-day - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-10 - **Last Updated**: 2024-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 创建 git 仓库: ```shell mkdir try-springboot-vue-in-one-day cd try-springboot-vue-in-one-day git init touch README.md git add README.md git commit -m "chore: first commit" git remote add origin https://gitee.com/xmzb1218/try-springboot-vue-in-one-day.git git push -u origin "master" ``` ## 前端工程创建(已包含在 curl.sh 中)与运行 ```shell pnpm create vite vue-app --template vue cd vue-app pnpm install pnpm run dev ``` # 参考资源 [1天搞定SpringBoot+Vue全栈开发](https://www.bilibili.com/video/BV1nV4y1s7ZN)