aspnetcore-vuejs-template
1.0.1
dotnet new install aspnetcore-vuejs-template::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.
aspnetcore-vuejs-template
Template for creation of Vue JS aplications and Asp.Net Core 3.1 Web API
Features
- ASP.NET Core 3.1
- WebApi
- VueCliMiddleware 3.1
- Vue
- Vuex
- Vuetify
- Router
Prerequisites
- .NET Core >= 3.1
- NodeJS >= 8.9
- Vue CLI >= 4.0
- Your favourite editor (I prefer VS Code), or VS 2017/19
Getting started
Clone the starter with default configuration
Clone this repository
git clone https://github.com/dieegov/dotnetcore-vuejs-template
Download it via dotnet templates
// Make a directory
mkdir your-project-folder && cd your-project-folder
// Download the dotnet template
dotnet new -i aspnetcore-vuejs-template
// Run and install the template
dotnet new vue-vuetify
// Make sure you install the dependencies in CLientApp folder
npm install
// Run project
dotnet run
License
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 |
---|---|---|
1.0.1 | 2,974 | 2/5/2020 |