使用流星安装引导程序 3 [英] Installing bootstrap 3 with meteor

查看:61
本文介绍了使用流星安装引导程序 3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我阅读了很多关于如何将引导程序包含在您的流星项目中的帖子,最近,我看到有人在使用

I've read a lot of posts about how bootstrap can be included in your meteor project and more recently, I've seen people using

meteor add mizzao:bootstrap-3

就像在这个anwser中一样.

问题是当我尝试这样做时,我收到以下错误:

The thing is when I try to do it I get the following error :

mizzao:bootstrap-3: no such package

是否有我需要使用的其他版本,或者是否有其他方法将引导程序 3 添加到流星项目.

Is there another version I need to use or is there another way to add bootstrap 3 to a meteor project.

推荐答案

对于meteor 0.9或以上版本

For meteor 0.9 or above

meteor 添加 mizzao:bootstrap-3

对于流星<0.9 使用 meteorite 添加包.

npm install -g meteorite
mrt add bootstrap-3

要搜索可用的流星包使用

To search for available meteor packages use

meteor 搜索包名

注意:搜索命令仅适用于 Meteor 0.9 或更高版本

NOTE: search command will work only for Meteor 0.9 or above

这篇关于使用流星安装引导程序 3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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