使用 NPM 安装 Bootstrap 4 alpha [英] Installing Bootstrap 4 alpha with NPM

查看:38
本文介绍了使用 NPM 安装 Bootstrap 4 alpha的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何使用 NPM 专门安装 Bootstrap 4 Alpha.使用 npm install bootstrap 仅安装当前版本 3.3.5.

How can I specifically install the Bootstrap 4 Alpha using NPM. Using npm install bootstrap only installs the current Version 3.3.5.

推荐答案

您可以使用git分支v4-dev

npm install bootstrap@4.0.0-alpha.4

npm install git://github.com/twbs/bootstrap.git\#v4-dev

npm install https://github.com/twbs/bootstrap.git\#v4-dev

npm install twbs/bootstrap#v4-dev

这篇关于使用 NPM 安装 Bootstrap 4 alpha的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆