Skip to content

esausilva/vuejs-aspnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Vue.js in .NET Core

Beginner tutorial on using Vue.js with .NET Core and Razor Pages in Visual Studio

Prerequisites

You will need to have Node and NPM installed.

Tutorial

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/

Usage

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.

Giving Back

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!

Buy Me A Coffee

-Esau