Skip to content

*NEW* Asp.NETCore 2.1 Vue 2 (ES6 and typesript) MPA Starter kit, contains routing, Vuex, Webpack, HMR, and more!

Notifications You must be signed in to change notification settings

anjana-wijesooriya/Vue-ASP.NET-Core-MPA-Template

Repository files navigation

Vue-ASP.NET-Core-MPA-Template

NEW Asp.NETCore 2.1 Vue 2 (ES6 and typesript) MPA Starter kit, contains routing, Vuex, Vuetify and more!

This repo contains an ASP.NET Core + Vue.js 2 starter template (VS2017 or command line). The template is based on the original starter templates (Angular, Knockout, React, Aurelia), which can be found here


Table of Contents

Features

  • ASP.NET Core 2.1
    • Web API
  • VueJS 2
    • Vuex (State Store)
  • Webpack
    • HMR (Hot Module Replacement/Reloading)
  • Bootstrap 4

Prerequisites:

Installation:

  • Clone the Repository using $ git clone https://github.com/darkslayer92/Vue-ASP.NET-Core-MPA-Template.git

Getting Started:

  • Restore Node dependencies by running npm install

Start the application:

You have two choices when it come at how your preffer to run it. You can either use the command line or the build-in run command.

1. Using the command line

Run the application using dotnet run or npm run dev

  • note dotnet run should be run in Development environment for hot reloading.

2. Using the built-in run command

Run the application in VSCode or Visual Studio 2017 by hitting F5.

View your application running

Browse to http://localhost:5000

Recommended plugin for debugging VueJS

  • Get Chrome DevTools for VueJS here

Special Thanks

Many thanks go out to Steve Sanderson (@SteveSandersonMS) from Microsoft and his amazing work on JavaScriptServices and integrating the world of Node with ASP.NET Core.


Follow me online:

[Facebook Follow]

About

*NEW* Asp.NETCore 2.1 Vue 2 (ES6 and typesript) MPA Starter kit, contains routing, Vuex, Webpack, HMR, and more!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published