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
- Host: GitHub
- URL: https://github.com/esausilva/vuejs-aspnet-core
- Owner: esausilva
- License: mit
- Created: 2018-07-24T15:33:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T00:59:18.000Z (over 3 years ago)
- Last Synced: 2025-04-14T12:53:24.806Z (about 1 year ago)
- Topics: dotnet-core, dotnetcore, gulp, netcore, netcore2, vue, vuejs
- Language: JavaScript
- Homepage: https://esausilva.com/2018/07/31/getting-started-with-vue-js-in-net-core-using-visual-studio/
- Size: 1.77 MB
- Stars: 12
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
[](https://www.buymeacoffee.com/esausilva)
-Esau