在项目中通过 npm 安装 bulma-start 的位置

Where to install bulma-start through npm in project

我在项目的 public 文件夹中创建了一个 css 文件夹。直接在css文件夹下npm install bulma-start方便吗?目前通过 CDN link 将 links 项目投射到 Bulma,但我想将它安装在我的本地机器上,这样项目就可以在本地 运行 了。您能否推荐正确安装所有依赖项的最佳程序?

与使用其他 npm 包相比,使用 bulma-start 有点不同,所以这里是我使用 bulma-start.

时遵循的步骤
  • 创建另一个文件夹说 temp
  • 使用 npm init
  • 在那里启动 npm 包
  • 使用 npm install bulma-start 安装 bulma-start
  • node-modules 中的所有文件复制粘贴到您要使用此项目的任何位置。
  • 再次执行 npm install 安装 bulma-start 的依赖项,即 bulma
  • 随意删除temp

Is it handy to npm install bulma-start directly in the css folder?

bulma-start 是一个完整的开始工作包,包括整个 js、sass、CSS 文件夹和开始工作的脚本。所以 bulma-start 应该被视为项目的父文件夹。