Where is the dist directory in VS when running Angular template?

偶尔善良 提交于 2021-02-11 12:07:48

问题


We're successfully running a new Angular application created and hosted under VS2017 in the very default template (Core + Angular). We promise that we made no changes to it. Seriously.

While it's running, we expected that a dist directory would be present in wwwroot (or at the very least somewhere within the solution structure). It is not.

We've googled the issue trusting there was a gazillion programmers before us asking the very same thing. Turns out... not that many. And the blogs we've found were more about how to make stuff work and be served.

Where does the dist with the bundled files reside?


回答1:


When you publish from VS the dist folder generated in publish package.



来源:https://stackoverflow.com/questions/55571481/where-is-the-dist-directory-in-vs-when-running-angular-template

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!