【发布时间】:2014-12-31 13:58:27
【问题描述】:
我刚刚第一次尝试使用Yeoman generator for MeanJS,我想知道为什么 Bootstrap 按钮像 Bootstrap 2 中那样是圆形的。我的依赖项说我已经在项目中安装了 Bootstrap 3。
{
"name": "meanjsyoe",
"version": "0.0.1",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.2",
"angular-resource": "~1.2",
"angular-mocks": "~1.2",
"angular-bootstrap": "~0.11.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.10"
}
}
代码使用 Bootstrap 的标准类...
<a class="btn btn-primary btn-lg">Learn more</a>
然而,它看起来像这样......
【问题讨论】:
标签: twitter-bootstrap twitter-bootstrap-3 yeoman bower yeoman-generator