Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/AspNetCoreMvcVueJs
ASP.NET Core with Vue.js
https://github.com/damienbod/AspNetCoreMvcVueJs
api aspnet-core aspnetcore identityserver4 oidc vue vuejs
Last synced: 5 days ago
JSON representation
ASP.NET Core with Vue.js
- Host: GitHub
- URL: https://github.com/damienbod/AspNetCoreMvcVueJs
- Owner: damienbod
- License: mit
- Created: 2019-09-26T14:41:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:52:15.000Z (over 1 year ago)
- Last Synced: 2024-11-08T10:54:38.911Z (6 days ago)
- Topics: api, aspnet-core, aspnetcore, identityserver4, oidc, vue, vuejs
- Language: C#
- Homepage: https://damienbod.com/2019/10/04/building-and-securing-an-asp-net-core-api-with-a-hosted-vue-js-ui/
- Size: 7.94 MB
- Stars: 78
- Watchers: 8
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ASP.NET Core 6 API with Vue.js View + second IdentityServer4 STS server
[![.NET](https://github.com/damienbod/AspNetCoreMvcVueJs/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AspNetCoreMvcVueJs/actions/workflows/dotnet.yml)
## History
2022-02-11 Updated packages, fixed duplication
2022-01-28 Updated packages, Updated .NET 6
2021-08-21 Updated packages
2021-01-09 Update to .NET 5
2020-09-12 Update to .NET Core 3.1.8, latest STS
2019-12-21 Update to .NET Core 3.1
2019-10-09 Adding configurations files for deployment
2019-10-04 first version with Vue.js and ASP.NET core in a single project
## Blogs
Building and securing an ASP.NET Core API with a hosted Vue.js UI
https://damienbod.com/2019/10/04/building-and-securing-an-asp-net-core-api-with-a-hosted-vue-js-ui/
Securing a Vue.js app using OpenID Connect Code Flow with PKCE and IdentityServer4
https://damienbod.com/2019/01/29/securing-a-vue-js-app-using-openid-connect-code-flow-with-pkce-and-identityserver4/
## Links
https://cli.vuejs.org/
https://docs.microsoft.com/en-us/aspnet/core/
http://docs.identityserver.io/en/latest/
## Setup / Tools
npm install -g @vue/cli
vue --version
vue create .