https://github.com/tansen87/pywebview-vue3-template
Quickly building Python desktop applications
https://github.com/tansen87/pywebview-vue3-template
gui pyinstaller pywebview vue
Last synced: 5 months ago
JSON representation
Quickly building Python desktop applications
- Host: GitHub
- URL: https://github.com/tansen87/pywebview-vue3-template
- Owner: tansen87
- License: mit
- Created: 2024-02-17T01:22:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T12:06:15.000Z (over 1 year ago)
- Last Synced: 2025-04-05T06:03:35.604Z (11 months ago)
- Topics: gui, pyinstaller, pywebview, vue
- Language: TypeScript
- Homepage:
- Size: 8.34 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pywebview-vue-template
> Quickly building Python desktop applications
### Operating environment
- Node.js 18+
- pnpm 8.x+
- Python3.8-3.11
### screenshot

### 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)