-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Type of request π
Request - I need documentation on something
On which page? (if applicable) π
Uno.Wasm.Bootstrap/doc/deploy-and-publish.md
Lines 27 to 45 in 4ee6887
## Integration with ASP.NET Core | |
ASP.NET Core hosting is supported through the `Uno.Wasm.Bootstrap.Server` package. | |
In order to host an Uno Platform App, you'll need to the following: | |
- Create an `ASP.NET Core Web API` project (call it `MyApp.Server`). You may need to disable swagger for the `index.html` to be served properly. | |
- Add a NuGet reference to `Uno.Wasm.Bootstrap.Server` | |
- In your `Program.cs` startup, add the following to setup your `WebApplication` instance: | |
```csharp | |
using Uno.Wasm.Bootstrap.Server; | |
... | |
app.UseUnoFrameworkFiles(); | |
app.MapFallbackToFile("index.html"); | |
``` | |
- Add a project reference to the `Wasm` project | |
- Build and deploy `MyApp.Server` |
What's the issue or what would you like clarification on? π€
on the linked Page would be a link to the new added Using Server Project good for completing the lookup flow π
its having this xref:Uno.Guides.UsingTheServerProject
No "Issue" by that, just enhancement for completion
Concern π
Getting started with Uno π
Renderer π¨
- Skia
- Native
Affected platforms π±π»π₯οΈ
No response
Any feedback? π¬
currently I do not have a clone of this here and busy on my own Project.
Metadata
Metadata
Assignees
Labels
No labels