Skip to content

Skytim/MVCVue

Repository files navigation

ASP.NET Core MVC Project with Vue.

Includes build

  1. Vue 2.x
  2. BootStrap
  3. BootStrap-Vue
  4. axios

Install tools:

  1. .Net core 3.1
  2. NodeJs >10

Download the code:

git clone https://github.com/Skytim/MVCVue

After clone is completed, you need to install npm modules:

cd MVCVue && npm i
dotnet restore

Run Local

To run a local copy in development mode, execute:

dotnet run
or
dotnet watch run

Go to http://localhost:5000 in your browser.