# pywebview-vue3-template **Repository Path**: hellf/pywebview-vue3-template ## Basic Information - **Project Name**: pywebview-vue3-template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pywebview-vue-template > Quickly building Python desktop applications ### Operating environment - Node.js 18+ - pnpm 8.x+ - Python3.8-3.11 ### screenshot ![homepage](/demo/homepage.png) ### install ```shell pnpm run init ``` ### dev ```shell pnpm run start ``` ### build ```shell # no console window pnpm run build # with console window pnpm run pre # with folder pnpm run build:folder ``` ### example * [csv-tool](https://github.com/tansen87/csv-tool) ### thanks * [PPX](https://github.com/pangao1990/PPX) * [vue-relaxed-admin](https://github.com/shoppingzh/vue-relaxed-admin)