Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 186 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 186 Bytes

Vue2Dotnet2SSR

Server rendered Vue.js 2 + ASP.NET Core 2 sample application with webpack bundle splitting

Get started

dotnet restore
npm install
npm run webpack
dotnet run