pywebview icon indicating copy to clipboard operation
pywebview copied to clipboard

Provides examples of vite builds?

Open blackawn opened this issue 1 year ago • 2 comments

I am not very familiar with the operating principle of pywebview. When I used vite to build a web application, the web service was not successfully started and the page loading failed. I hope there is an example of vite construction.

blackawn avatar Aug 07 '24 02:08 blackawn

额,这个问题太基础了。前端的问题,不是webview问题

ylm-king avatar Aug 16 '24 02:08 ylm-king

vite is working with default settings, I am using it in my app (pywebview and flask for the api server)

kletel avatar Aug 20 '24 10:08 kletel

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 20 '24 02:09 github-actions[bot]

可以看看 PPX ,这个框架是基于pywebview,pyinstaller构建的。基础示例用的是Vue3,也就是前端用vite打包的。 @blackawn

pangao1990 avatar Sep 24 '24 05:09 pangao1990