Add bootstrap.min.js / jquery.min.js / popper.min.js
This commit is contained in:
parent
aaf51632b4
commit
c84a17b47e
3 changed files with 3707 additions and 380 deletions
|
|
@ -37,7 +37,11 @@
|
|||
"node_modules/bootstrap/scss/bootstrap.scss",
|
||||
"src/styles.scss"
|
||||
],
|
||||
"scripts": []
|
||||
"scripts": [
|
||||
"node_modules/jquery/dist/jquery.min.js",
|
||||
"node_modules/popper.js/dist/umd/popper.min.js",
|
||||
"node_modules/bootstrap/dist/js/bootstrap.min.js"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
|
|
|||
Reference in a new issue