TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.21k stars 266 forks source link

SSR implementation branch doesn't work when published #36

Closed liamwang closed 7 years ago

liamwang commented 7 years ago

This brach, vue ssr implementation, worked in development environment. But it did not work when published, which had no error information, requests even did not hit the kestrel server.

Steps:

  1. npm install
  2. dotnet restore
  3. npm run build
  4. dotnet publish -c Realease