Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Integrate with blazor webassambly


Hi,
Did you have some documentation on how can we integrate some elements in the existing Blazor webassambley application?
Unfortunately, the guide for webserver does not help.
Thank you


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


Hi Lucian,

Unfortunately, at the moment we do not have a such tutorial, we will consider adding it in upcoming releases.

You should be able to reuse most of the components provided in our Blazor Server app. Just create new project with dotnet CLI command dotnet new blazorwasm -o BlazorApp and copy components to the newly created Blazor webassambly project.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



I tried to change the StarterKit project to the wasm program.cs but the operations performed on "app" after building the builder were not compatible. Having a solution to this would be very helpful as probably blazor wasm is the most popular implementation.

Also i'm not able to load the app or the template after doing it, probably because the pipeline is not built the same way, idk



please create demo kit webassembly


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(