EEParker / aspnetcore-vueclimiddleware

Helpers for building single-page applications on ASP.NET MVC Core using Vue Cli or Quasar Cli.
Other
339 stars 65 forks source link

Not able to publish on PCF #50

Closed snazzypramod closed 4 years ago

snazzypramod commented 4 years ago

I am trying to publish the default project on PCF. After published I could not found index.html and others file.

Even I am not able to publish on IIS as well. Pls, help.

EEParker commented 4 years ago

Could you clarify PCF? You might need to check the build log for more details. This project is only set up to build assets when building in Release mode, not Debug. https://github.com/EEParker/aspnetcore-vueclimiddleware/blob/master/samples/VueCliSample/VueCliSample.csproj#L44