Skip to content
/ python-webview-vue Public template

使用python+vue构建轻量简易的桌面应用,最简单的技术享受最丰富的生态,适合快速开发小工具。

Notifications You must be signed in to change notification settings

jskils/python-webview-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-webview-vue

This template should help get you started developing windows gui with python + vue.

Project Init

cd frontend
npm install
pip install -r requirements.txt

Project Start

cd frontend
npm run dev
python index.py

Project Build

cd frontend
npm run build
pyinstaller build.spec

Project Clean

Remove-Item -Recurse -Force dist,gui

About

使用python+vue构建轻量简易的桌面应用,最简单的技术享受最丰富的生态,适合快速开发小工具。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published