gpt4 book ai didi

json - 在 Node.js 中使用 pkg 和 bootstrap

转载 作者:太空宇宙 更新时间:2023-11-04 01:45:21 25 4
gpt4 key购买 nike

我的问题与pkg有关

我的项目结构是这样的

node_modules

bootstrap

dist

jquery

dist

popper.js

dist

index.html
package.json
script.js
main.js

根据documentation ,在package.json中,我需要添加

"pkg": {
"scripts": "build/**/*.js",
"assets": "views/**/*"
}

我不明白这一行:

"scripts": "build/**/*.js",

就我而言,我应该写这样的东西吗?

"scripts": "node_modules/**/dist/*.js",

最佳答案

已解决。我在 package.json 中添加了以下代码:

  "pkg": {
"assets": ["index.html",
"script.js", "style.css", "node_modules/jquery/dist/jquery.js", "node_modules/jquery/dist/jquery.min.js", "node_modules/popper.js/dist/umd/popper.min.js", "node_modules/bootstrap/dist/js/bootstrap.min.js", "canvasjs/jquery.canvasjs.min.js"
]

关于json - 在 Node.js 中使用 pkg 和 bootstrap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51675650/

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