gpt4 book ai didi

javascript - 如何在我的 ejs 文件中包含 Bootstrap 文件?

转载 作者:行者123 更新时间:2023-11-30 08:24:42 25 4
gpt4 key购买 nike

所以我已经使用 npm -bootstrap@3 安装了 Bootstrap ,但是当我尝试在我的应用程序中包含来自 node_modules 的 bootstrap.min.css 文件时,它在我的控制台中显示了这个错误:

错误信息

enter image description here

在网络选项卡中显示

404 not found on the bootstrap source.

下面是我的元素结构的一些图片:

元素文件夹结构

enter image description here

包含 Bootstrap 文件的 ejs 代码

enter image description here

这里有什么问题?

最佳答案

我在学习本教程后遇到了同样的问题。你可以通过 express.static 内置的中间件功能来解决这个问题。

  1. 创建一个名为 public 的目录
  2. 将以下代码添加到您的 app.js 文件

    app.use(express.static('public'))

  3. 现在您可以将您的 Bootstrap 文件放在这个目录(或子目录)中并将它们链接到 public 目录。

您可以在此处找到更多信息。 https://expressjs.com/en/starter/static-files.html

关于javascript - 如何在我的 ejs 文件中包含 Bootstrap 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47501589/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com