SoftwareAteliers.AspNetCoreVueStarter 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install SoftwareAteliers.AspNetCoreVueStarter::2.2.0
This package contains a .NET Template Package you can call from the shell/command line.

ASP.NET Core Vue Starter

The repository contains an ASP.NET Core + Vue.js starter template. The template runs on ASP.NET Core 3.1 and is created by Vue CLI 4.0 with a new plugin based architecture allowing developers to interactively scaffold a new project with just a one command.

Original article how to create the starter template is available here.

For ASP.NET Core 2.2 template use release v1.1.0


Table of Contents

Features

  • Hot module replacement
  • Code-splitting
  • Tree-shaking
  • ES2017 transpilation
  • Long term caching and so on

Used Technology Stack

ASP.NET Core 3.1:

  • Web.API
  • Vue CLI and JavaScript Services middlewares to integrate with client app

Vue.js with CLI 4.0 supporting optional integrations:

  • TypeScript
  • Progressive Web App
  • Vue Router & Vuex (State Store)
  • Linting, unit testing, E2E testing
  • 3rd party component frameworks (Vuetify, Vue Bootstrap etc.)
  • publish your personal/enterprise plugin and so on...

For a full feature list, I suggest you to read the official CLI release statement by Evan You.

Prerequisites


Getting started

There are two ways how to set up the project: one for people who want to create their own template and choose custom integrations and the other for developers who want to start with no configuration.

Clone the starter with default configuration

  • Clone this repository git clone https://github.com/SoftwareAteliers/asp-net-core-vue-starter

or you can use .NET Core CLI templates:

  • Install the template from NuGet repository: dotnet new -i SoftwareAteliers.AspNetCoreVueStarter

  • Initialize the project: dotnet new vue -o MyProject

(Optional) Scaffold Vue.js app with custom configuration

If you prefer to overwrite default Vue client app with custom settings, take the following steps:

  • Remove all the contents of the folder /ClientApp
  • Create a new Vue project by using Vue CLI: vue create client-app OR by using CLI graphical interface running vue ui

Unfortunately Vue CLI does not allow us to set a project name by C# standards using Upper Camel Case (Pascal Case) naming convention, so let's initiate app inside of client-app folder and then move the content to ClientApp.

  • Move all the contents from the new folder /client-app to /ClientApp.

Now application is ready to run.

Run the application

You have two choices when it comes to how you prefer to run the app. You can either use the command line or the build-in run command.

1. Using the command line

  • Run the .NET application using dotnet run

2. Using the built-in run command

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

It will take some time during the first run to download all client side dependencies.

View your application running

Browse to http://localhost:5000 for ASP.NET Core + Vue app or browse to http://localhost:8080 for Vue app only.

Application screenshot

  • Get Chrome DevTools for Vue.js here

Issues and Contribution

Want to file a bug, contribute some code, or improve documentation? Excellent! Please make sure to check existing issues before opening a new one.


Contributors

Special thanks to everyone who helped and contributed to this project!


License

MIT License

Copyright © 2018 - 2020 Software Ateliers

Where to find me

Medium: Software Ateliers | Twitter: @SAteliers

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.

Version Downloads Last updated
3.1.2 840 6/25/2022
3.1.1 3,340 1/6/2021
3.1.0 339 1/6/2021
3.0.0 358 1/4/2021
2.6.0 650 10/27/2020
2.5.1 593 9/21/2020
2.5.0 440 9/21/2020
2.4.1 720 7/22/2020
2.4.0 712 5/31/2020
2.3.4 475 5/30/2020
2.3.3 823 4/7/2020
2.3.2 646 3/13/2020
2.3.1 553 3/3/2020
2.3.0 688 2/5/2020
2.2.1 620 2/1/2020
2.2.0 615 1/7/2020
2.1.4 625 12/3/2019
2.1.3 732 11/19/2019
2.1.2 551 11/6/2019
2.1.1 597 10/25/2019
2.1.0 524 10/21/2019
2.0.0 615 10/16/2019
1.1.0 685 9/23/2019
1.0.7 814 7/13/2019
1.0.6 701 6/2/2019
1.0.5 778 4/20/2019
1.0.4 815 2/19/2019
1.0.3 706 2/7/2019
1.0.2 1,125 1/19/2019
1.0.1 695 1/8/2019
1.0.0 721 1/6/2019