Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

claudioluciano/DotNetVueJS-Template

Repository files navigation

Asp.NETCore 2.0 Vue 2 + Webpack 4 + Babel)

This repo contains an Asp.NETCore + Vue.js 2. The template is based on the Asp.NETCore 2.0 Vue 2 Starter - by DevHelp.Online


Table of Contents

Features

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

Prerequisites:

  • nodejs > 6
  • VS2017
  • dotnet core 2.0

Installation / Getting Started:

  • Install the template from nuget: dotnet new -i aspnetcorevuejs

or

  • 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

License

MIT License

Copyright (c) 2018 Claudio Luciano


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 Mark Pieszak, Mladen Mihajlovic MarkPieszak for make the awesome Asp.NETCore 2.0 Vue 2 Starter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors