Skip to content

tansen87/pywebview-vue3-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pywebview-vue-template

Quickly building Python desktop applications

Operating environment

  • Node.js 18+
  • pnpm 8.x+
  • Python3.8-3.11

screenshot

homepage

install

pnpm run init

dev

pnpm run start

build

# no console window
pnpm run build

# with console window
pnpm run pre

# with folder
pnpm run build:folder

example

thanks