-
Notifications
You must be signed in to change notification settings - Fork 2
Chromely React CefSharp
To run the ChromelyReactCefSharp demo application, the following are required:
- Visual Studio 2017 is preferred. Recent older versions like 2015 should work too but not supported.
- Node.js (npm) installed on your system.
- Download the chromelyapps/demo-projects files
(this has been automated, simply run the demos)
2. Within the angular-react-vue\
folder you can find the different demo applications.
3. Browse to ChromelyReactCefSharp\reactapp\
with your favourite command line terminal.
4. Run npm install
5. After npm is ready and has installed all dependencies you can open up Visual Studio.
6. Ensure that the build platform target is x64.
7. Finally set the ChromelyReactCefSharp project as the main startup project. You can achieve this by right clicking on the project and choose Set as StartUp Project
8. You are now ready to build/debug the demo application.
Chromely
Getting Started
The Basics
Digging Deeper
- Sub-Process
- Infrastructure
- Restful Resources
- Register Resource Assemblies
- Custom Local Resource Handling
- Custom Scheme Handling
- Expose .NET class to JavaScript
- Generic Message Routing
- Real-time with Websocket
- External Url Registration
Angular - React - Vue