Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)