包管理器(npm或yarn或pnpm或bun)创建此目录以存储项目的依赖项。
npm
yarn
pnpm
bun
.gitignore
modules
使用 modules/ 目录在您的应用程序中自动注册本地模块。
public
public/ 目录用于提供您网站的静态资产。
社区