Skip to content

Asp.NETCore 2.0 Vue 2 (ES6) SPA Starter kit, contains routing, Vuex, and SignalR

License

Notifications You must be signed in to change notification settings

artyprog/aspnetcore-Vue-starter-signalR

 
 

Repository files navigation

Asp.NETCore 2.0 Vue 2 SignalR Starter

This repo contains an aspnetcore + Vue.js 2 + SignalR Alpha starter template (VS2017). The template is based on the aspnetcore-Vue-starter Template

Looking for the original starter templates? click here

Looking for aspnetcore & Angular 2.x+ Universal starter? click here

Looking for SignalR source code? click here

Looking for the original SignalR Sample? click here


Table of Contents

Features

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

Prerequisites:

  • nodejs > 6
  • VS2017
  • dotnet core 2.0

Installation / Getting Started:

  • Clone this repo
  • At the repo's root directory run dotnet restore
  • Restore Node dependencies by running npm install
  • Run the application (dotnet run or npm run dev)

or

Extras

  • Get Chrome DevTools for Vue here

Found a Bug? Want to Contribute?

Nothing's ever perfect, but please let me know by creating an issue (make sure there isn't an existing one about it already), and we'll try and work out a fix for it! If you have any good ideas, or want to contribute, feel free to either make an Issue with the Proposal, or just make a PR from your Fork.


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.

Mark Pieszak for creating the original template that this was based on.

David Fowler for SignalR and for reviewing and improving this starter template.

License

MIT License

Copyright (c) 2016-2017 Eric Malamisura

Follow me online:

Twitter: @emalamisura


About

Asp.NETCore 2.0 Vue 2 (ES6) SPA Starter kit, contains routing, Vuex, and SignalR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 38.5%
  • Vue 28.0%
  • JavaScript 27.6%
  • CSS 5.9%