Provides examples of vite builds?
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.
额,这个问题太基础了。前端的问题,不是webview问题
vite is working with default settings, I am using it in my app (pywebview and flask for the api server)
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.
可以看看 PPX ,这个框架是基于pywebview,pyinstaller构建的。基础示例用的是Vue3,也就是前端用vite打包的。 @blackawn