问题:
I wanted to start a simple hello world app for Angular. 我想为Angular启动一个简单的hello world应用程序。
When I followed the instructions in the official quickstart the installation created 32,000 files in my project. 当我按照官方快速入门中的说明进行操作时,安装程序在我的项目中创建了32,000个文件。
I figured this is some mistake or I missed something, so I decided to use angular-cli , but after setting up the project I counted 41,000 files. 我认为这是一个错误,或者我错过了一些东西,所以我决定使用angular-cli ,但是在设置项目后,我计算了41,000个文件。
Where did I go wrong? 我哪里做错了? Am I missing something really really obvious? 我是否错过了一些确实很明显的东西?
解决方案:
参考一: https://stackoom.com/question/2cSV0/每个Angular项目生成大量文件参考二: https://oldbug.net/q/2cSV0/Huge-number-of-files-generated-for-every-Angular-project
来源:oschina
链接:https://my.oschina.net/stackoom/blog/4415197