aspnetcore-vuejs
1.0.4
See the version list below for details.
dotnet new install aspnetcore-vuejs::1.0.4
ASP.NET Core & Vue.js Starter
Made with ❤️ by Trilon.io
Features
- ASP.NET Core 2.1
- Web API
- VueJS 2
- Vuex (State Store)
- Webpack
- HMR (Hot Module Replacement/Reloading)
- Bootstrap 4
Prerequisites:
- .Net Core 2.1
- NodeJS >= 8.9.4
- VSCode (ideally), or VS2017
Installation:
Download the template right from Nuget.
dotnet new -i aspnetcore-vuejs
- or -
Clone the repo itself:
git clone https://github.com/TrilonIO/aspnetcore-Vue-starter.git
Getting Started:
- Create folder from template:
dotnet new -i aspnetcore-vuejs
(Official documentation)- This will automatically run
dotnet restore
unless you install withdotnet new -i aspnetcore-vuejs --skipRestore
- This will automatically run
- 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 inDevelopment
environment for hot reloading. This setting can be set either within the command line or via thelaunchSettings.json
available in theProperties
folder.
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
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. Please note that this project is released with a Contributor Covenant Code of Conduct. By participating in this project you agree to abide by its terms.
License
Copyright (c) 2016-2019 Mark Pieszak
Trilon - Vue, Asp.NET, NodeJS - Consulting | Training | Development
Check out Trilon.io for more info! Twitter @Trilon_io
Contact us at hello@trilon.io, and let's talk about your projects needs.
Follow Trilon online:
Twitter: @Trilon_io
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.