问题
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