Skip to content

wenbingzhang/pywebview-vue-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pywebview-vue-boilerplate

based on pywebview-react-boilerplate

Requirements

  • Python 3
  • Node
  • virtualenv

Installation

npm run init

This will create a virtual environment, install pip and Node dependencies. Alternatively you can perform these steps manually.

npm install
pip install -r requirements.txt

On Linux systems installation system makes educated guesses. If you run KDE, QT dependencies are installed, otherwise GTK is chosen. apt is used for installing GTK dependencies. In case you are running a non apt-based system, you will have to install GTK dependencies manually. See installation for details.

Usage

To launch the application.

npm run start

To build an executable. The output binary will be produced in the dist directory.

npm run build

To start a development server (only for testing frontend code).

npm run dev

Bug reporting

Please report pywebview related bugs directly to pywebview's repository. This repository is only for the issues related to this boilerplate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published