Home

Awesome

** Announcement ** - Chromely is no longer being maintained!

For those who would like to continue working on the project via forks or alternative approaches, please send mattkol the appropriate links and they will be added here.

Thanks to all the contributors over the years for making the platform a great learning place.

Thank you all.

<p align="center"><img src="https://github.com/chromelyapps/Chromely/blob/master/nugets/chromely.ico?raw=true" /></p> <h1 align="center">Chromely Demo Projects</h1>

#c5f015 For developers who are interested in WebView2 there is EdgeSharp, an offshoot of Chromely. <br /> <br />

<p>This repository holds 2 sets of demos, each with their own examples.</p>

Regular Chromely

For more info please see - Chromely Wiki.

Chromely Apps (Angular, React & Vue)

To get started with these demos please visit Chromely Apps.

Running the Demos

Notes

To run the demos in different platforms - Windows, Linux and MacOS may require a few tweaks.

Assumptions:

After downloading the source code - either by cloning or direct download, you need to do the following:

    <RuntimeIdentifier>win-x64</RuntimeIdentifier>
    <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
    <RuntimeIdentifier>osx-x64</RuntimeIdentifier>

Sample - https://github.com/chromelyapps/demo-projects/blob/ba0560987eca48d106c2000c4e835f84745755f7/regular-chromely/Chromely.CrossPlat/Chromely.CrossPlat.csproj#L9

dotnet restore
dotnet build
dotnet run

and see what errors you get. It will usually tell you what is missing.

**** This is just how to run the demos. For full documentation please see wiki.