如何为Windows安装Meteorite?

Ven*_*kat 9 meteor meteorite

如何安装MeteroiteWindows?我是新来Meteor.I尝试安装Router,但在安装之前Router知道我首先得安装Meteorite.但Meteorite仅适用于安装Linux and ios.所以有没有安装任何可能MeteoriteWindows

Aks*_*hat 14

截至本文发布时,陨石不适用于Windows.

您仍然可以在应用程序中安装软件包.

1)你可以去atmosphere.meteor.com找到你想要的包,例如铁路由器

2)查找存储库的git,对于iron-router,请访问https://github.com/EventedMind/iron-router.git

3)创建一个packages在meteor应用程序中调用的文件夹(如果它尚不存在).

4)git将存储库克隆到packages目录中,即git clone https://github.com/EventedMind/iron-router

5)重命名文件夹,使其成为包名称iron-router保持不变,但某些包将克隆不同的文件夹名称,即meteor-analytics必须重命名为analytics

6)meteor add iron-router在项目的根目录中将包添加到meteor .