我正在開發一個使用github/master的Ionic2的應用程序。如何將Ionic2更新爲最新/主Angular2?
如果我想從那裏獲取最新的修復,將其更新到最新的angular2(最新版本或主)的最佳方法是什麼?
我正在開發一個使用github/master的Ionic2的應用程序。如何將Ionic2更新爲最新/主Angular2?
如果我想從那裏獲取最新的修復,將其更新到最新的angular2(最新版本或主)的最佳方法是什麼?
目前最好保持所有內容同步。我們正在開發我們的發佈流程,並希望儘快發佈每晚的發佈版本,以便您可以快速獲取最新,最好的版本。
如果你想安裝主版本,你可以做到這一點:
npm install --save [email protected]
相反,如果你想建立自己的DIST,您可以:
clone https://github.com/driftyco/ionic.git
cd ionic
npm install
gulp watch
欲瞭解更多信息:https://github.com/driftyco/ionic/blob/master/scripts/README.md
你最好的選擇到目前爲止是繼[開發人員指南(https://github.com/angular/angular/blob/主/ DEVELOPER.md)。你也希望跟蹤這個問題([#4671](https://github.com/angular/angular/issues/4671))。 –
您提供的有價值的鏈接無法回答我的問題,因爲它們適用於Angular2而不是Ionic2。我不確定Ionic從哪裏獲得ng2(Ionic2 dist中有一些捆綁包),以及如何使用它來使用最新的ng2 master。 –
我很確定他們[安裝它](https://github.com/driftyco/ionic2/blob/master/package.json#L24)像其他人一樣。如果你想更新Ionic2到最新的主人,你應該看到這個[問題](https://github.com/driftyco/ionic2/issues/438) –