Meteor軟件包管理

Meteor 提供數千種開發應用程序,您可使用社區包。
添加軟件包

您能夠查看Meteor官方包服務器: 點擊這裏. 只搜索你須要的包,並在命令提示符窗口中添加它。服務器

例如,想使用 http 包添加到應用程序,你能夠經過運行下面的代碼作到這一點 -
C:\Users\Administrator\Desktop\meteorApp>meteor add http
刪除軟件包
相似的原理也可用於刪除軟件包 -
C:\Users\Administrator\Desktop\meteorApp>meteor remove http
更新軟件包
您能夠更新包 -
C:\Users\Administrator\Desktop\meteorApp>meteor update http
檢查當前的軟件包
您還能夠查看當前的應用程序正在使用什麼包。
C:\Users\Administrator\Desktop\meteorApp>meteor list
軟件包的維護
若是一個包有:在名稱中,這意味着它是社區包,而沒有前綴的那些被Meteor開發組維護。
添加 Meteor 開發組軟件包
C:\Users\Administrator\Desktop\meteorApp>meteor add http
添加社區軟件包
C:\Users\Administrator\Desktop\meteorApp>meteor add cfs:http-methods
相關文章
相關標籤/搜索