如何在 nodejs 中运行 bootstrap 和 jquery
Posted
技术标签:
【中文标题】如何在 nodejs 中运行 bootstrap 和 jquery【英文标题】:how to run bootstrap and jquery in nodejs 【发布时间】:2018-01-17 17:26:56 【问题描述】:在下图中你可以看到我的项目的结构,左边是所有依赖项的列表。
我通过 gitbash 输入了命令“npm install”,但是当我查看页面源时,jquery 和 bootstrap 都没有显示。
如何通过 npm 加载 jquery 和引导程序? 希望你能帮忙。
【问题讨论】:
您应该在terminal
中输入npm install
,而不是在gitbash
中,并且您应该与package.json
在同一目录中
我不认为这是一个问题,因为所有其他依赖项都已通过 gitbash 成功安装。好吧,尽管我只是快速尝试,但是当我查看该站点时,我仍然看不到 bootstrap 和 jquery
你在检查你的node_modules
文件夹吗?
打开node_modules
文件夹,jquery和bootstrap必须在里面。
How to include scripts located inside the node_modules folder?的可能重复
【参考方案1】:
如果你想加载前端组件,你可以
使用 Bower、Grunt 或 Gulp 或
使用Webpack,借助Webpack你可以直接在NPM中做任何事情
参考资料:
https://webpack.js.org/
https://medium.com/javascript-training/introduction-to-using-npm-as-a-build-tool-b41076f488b0
【讨论】:
以上是关于如何在 nodejs 中运行 bootstrap 和 jquery的主要内容,如果未能解决你的问题,请参考以下文章
在 NodeJS-Express 应用程序的 DOM 操作中使用 jQuery
nodejs中利用expresss脚手架和bootstrap,数据库mongodb搭建的留言板案例
基于NodeJS+Express+mongoDB+Bootstrap的全栈式工程化开发前后端分离博客系统实战
Win10 下 Nodejs+Angular2+bootstrap4 开发环境搭建