Page 1 of 1

Embed VUE files in my open source CEF project

PostPosted: Sat Jun 19, 2021 3:23 am
by prsolucoes
Hi,

My question is about "Embed VUE files in my open source CEF project".

I have an open source project with vuejs application and webview, but is in python (https://github.com/paulo-coutinho/pyinstaller-sample).

I want add the gui (https://github.com/paulo-coutinho/pyins ... master/gui) folder of python project into my CEF open source project: https://github.com/paulo-coutinho/cef-sample

Everything is working on my sample. I only need embed the gui files in a way to work on windows, linux and macos.

Can anyone help me?

Thanks.