Beginner tutorial on using Vue.js with .NET Core and Razor Pages in Visual Studio
You will need to have Node and NPM installed.
The tutorial on my blog site is the most up-to-date with this repo. Follow the tutorial: https://esausilva.com/2018/07/31/getting-started-with-vue-js-in-net-core-using-visual-studio/
Open Command Prompt, clone this repo and cd
into the project to install JavaScript dependencies
git clone https://github.com/esausilva/vuejs-aptnet-core.git
cd vuejs-aptnet-core\netcore-vuejs
npm i
NOTE: You will need to have Node installed. Also you will need NPM Task Runner installed before opening the project.
After installing dependencies, double click netcore-vuejs.sln
to open the project in Visual Studio.
If you would like to support my work and the time I put into making tutorials, consider getting me a coffee by clicking on the image below. I would really appreciate it!
-Esau