This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Chromely Vue CefSharp
To run the ChromelyVueCefSharp 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 ChromelyVueCefSharp\vueapp\
with your favourite command line terminal.
4. Run npm install
5. After npm is ready you can open up Visual Studio.
6. Ensure that the build platform target is x64.
7. Finally set the ChromelyVueCefSharp project as the main startup project. You can achieve this by right clicking on the project in the Solution Explorer 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