Edpack-web 该存储库包含通用Vue JS和SCSS代码,以减少教育性前端应用程序中的重复代码。 克隆启用了Edpack的项目后如何初始化子模块 git submodule update --init 如何将Edpack子模块添加到新项目 git submodule add https://www.github.com/shareworks/edpack-web src/edpack-web 如何删除Edpack子模块: // 1. Delete the relevant section from the .gitmodules file. nano .gitmodules // 2. Stage the .gitmodules changes. git add .gitmodules // 3. Delete the relevant section from .git/co