Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:36:03.000Z (3 months ago)
- Last Synced: 2024-10-21T21:57:35.539Z (3 months ago)
- Topics: gui, pyinstaller, pywebview, vue
- Language: TypeScript
- Homepage:
- Size: 8.34 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
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
![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)