soft_engineering 软件使用过程 在front文件下打开终端,输入npm i,下载所需要的依赖 在back文件下可以直接用IDEA打开,使用Maven下载所需要的依赖 下载好依赖好,在front文件下的终端中输入npm run serve 在back文件下运行springBoot程序