相关疑难解决方法(0)

bootstrap没有连接角6?

npm install bootstrap
Run Code Online (Sandbox Code Playgroud)

配置angular.json:

"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.scss"
]
Run Code Online (Sandbox Code Playgroud)

直接导入src/style.css:

@import '~bootstrap/dist/css/bootstrap.min.css';
Run Code Online (Sandbox Code Playgroud)

在此之后我得到了这个错误:

ERROR in multi ./styles/bootstrap-4/css/bootstrap.min.css ./src/styles.css找不到模块:错误:无法解析'/Users/kobi.ktk/Documents/3yr/UI/a4app /styles/bootstrap-4/css/bootstrap.min.css'in'/Users/kobi.ktk/Documents/3yr/UI/a4app'

bootstrap-4 angular

1
推荐指数
1
解决办法
2076
查看次数

标签 统计

angular ×1

bootstrap-4 ×1