3

This question might already be asked but i am not able to find a good answer to this.

i am new to angular 2 and i saw there is great "angular-cli" project which offer many features out of the box and use best practices. but my main concern is this angular-cli is still in beta and its updates are coming very frequently. so should i use it for my applications or not. for example

  • can new updates seamlessly incorporated in the app.
  • can new update entirely break the application.

these are some of my concern or should i consider some alternate options until angular-cli get stable if yes please do recommend some

Thanks.

4

2 回答 2

2

我认为在使用 Angular-Cli 之类的工具之前,您应该首先了解 CLI 在做什么。因此,我将首先查看从头开始构建应用程序的教程,一旦您掌握了如何从头开始构建应用程序的工作知识,您就可以查看有助于自动化一些平凡任务的工具。

这将有助于故障诊断。如果您不知道某些功能是如何工作的,那么试图找到问题的答案会导致很多问题。也就是说,您可以使用 CLI 启动并运行应用程序,然后对其进行剖析以尝试了解正在发生的事情。

同样正如有人已经提到的,Angular CLI 仍处于测试阶段,因此可能存在无法预见的错误,不利于学习新事物。

于 2017-02-20T12:40:57.323 回答
0

有一个有用的 reddit 帖子更新了很多最新的 angular2 种子。你可以看看,有很多不同的种子可能适合你。

https://www.reddit.com/r/Angular2/comments/5rj14a/helpful_angular_2_github_repos_curated_through/

至于angular-cli 好吗?问题,这完全是基于意见的,取决于你需要什么。

于 2017-02-20T12:32:21.027 回答