Skip to content

Project showing possible interaction between Vue.JS web app and WPF app (using WebView2).

License

Notifications You must be signed in to change notification settings

DlbSt/WebViewWPFVue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebViewWPFVue

Project showing possible interaction between Vue.JS web app and WPF app (using WebView2).

You can find more information about this project in this article.

Setup

There is no need to start vue app independently, since there is webview2 api used. If the app is not started via WPF app, there will be an error in web console.

You have to first build the web app, using following commands (e.g. in vs code terminal).

npm install
npm run build

The app should be build and dist folder should be correctly mapped in WebView. Then build the WPF project and you can try the functionality. If the Vue app is not loaded, go to WebViewInitializationBehavior in WPF project and change the folder path of virtual host.

Projects

Repo consists of two projects - WPF app (WebViewWPFVue folder) and Vue app (vueproject folder). These two apps communicate between each other via WebView2 API. They just simply exchange JSON. In Vue app, you can find the Toast Notification component in ToastNotification.vue and the Computer Info component in ComputerInfo.vue. In WPF app you can see the main logic in MainWindow.xaml, where the WebView is declared, in MainWindowViewModel.cs and in WebViewPostMessageBehavior.cs. The WebView initialization was put to WebViewInitializationBehavior.

About

Project showing possible interaction between Vue.JS web app and WPF app (using WebView2).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published