luylucas10 / mvc-webpack

This repository contais an example to how to integrate .NET MVC with webpack and Vue.js

Home Page:https://medium.com/@luylucas10/net-mvc-webpack-and-vue-js-part-1-tools-9227b57d4690

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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!

About

This repository contais an example to how to integrate .NET MVC with webpack and Vue.js

https://medium.com/@luylucas10/net-mvc-webpack-and-vue-js-part-1-tools-9227b57d4690

License:GNU General Public License v3.0


Languages

Language:HTML 41.5%Language:JavaScript 32.0%Language:C# 25.4%Language:ASP 0.8%Language:CSS 0.3%