An open API service indexing awesome lists of open source software.

https://github.com/esausilva/vuejs-aspnet-core

Getting Started with VueJS in .NET Core
https://github.com/esausilva/vuejs-aspnet-core

dotnet-core dotnetcore gulp netcore netcore2 vue vuejs

Last synced: 11 months ago
JSON representation

Getting Started with VueJS in .NET Core

Awesome Lists containing this project

README

          

# 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/](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](https://nodejs.org/en/) installed. Also you will need [NPM Task Runner](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.NPMTaskRunner) 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](https://www.buymeacoffee.com/assets/img/custom_images/black_img.png)](https://www.buymeacoffee.com/esausilva)

-Esau