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
- ASP.NET Core 2.0
- Web API
- VueJS 2
- Vuex (State Store)
- VueRouter
- Webpack 4
- HMR (Hot Module Replacement/Reloading)
- nodejs > 6
- VS2017
- dotnet core 2.0
- 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 runornpm run dev)
or
- Run the application in VSCode or Visual Studio 2017 (Hit
F5) - Browse to http://localhost:5000
- Get Chrome DevTools for Vue here
Copyright (c) 2018 Claudio Luciano
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.
Many thanks go out to Mark Pieszak, Mladen Mihajlovic MarkPieszak for make the awesome Asp.NETCore 2.0 Vue 2 Starter