Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 381 Bytes

.NET MVC, Webpack and Vue.js

This project is an example to how to integrate .NET MVC with Webpack and Vue.js to make page more rich.

After clone, you need to:

  • Install NuGet packages;
  • Install NPM packages - npm install;
  • Run css and js build at project root - npm run build;
  • Run Visual Studio Debug;

Feel free to make PR's to show where we can improve this example!