Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahabganji/aureliaaspnetcore
Adds Extension methods for spa services for Aurelia in Asp.Net Core
https://github.com/shahabganji/aureliaaspnetcore
aurelia aurelia-cli microsoft spa spa-services
Last synced: 3 months ago
JSON representation
Adds Extension methods for spa services for Aurelia in Asp.Net Core
- Host: GitHub
- URL: https://github.com/shahabganji/aureliaaspnetcore
- Owner: shahabganji
- License: mit
- Created: 2020-04-01T12:42:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T19:48:01.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T13:08:29.105Z (4 months ago)
- Topics: aurelia, aurelia-cli, microsoft, spa, spa-services
- Language: C#
- Homepage:
- Size: 346 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Aurelia.AspNetCore.SpaServices.AureliaCli
There is an extension nuget package for easing the way you can run SPA applications. The microsoft built-in support is for Angular and React though. This library ease the way you can use the same techniques for Aurelia.
All of the source are borrowed from [Asp.Net Core repository](https://github.com/dotnet/aspnetcore/tree/8c02467b4a218df3b1b0a69bceb50f5b64f482b1/src/Middleware/SpaServices.Extensions/src).