MVCVue
1.0.0
Includes build
Install tools:
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.