Skip to content

Latest commit

 

History

History

webiojs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PyWebIO JS library

Build

npm install
npx gulp

Use built js

cp dist/pywebio.min.* ../pywebio/html/js

By default, PyWebIO uses CDN for frontend resources. For local dev build, you also need to set cdn=False in start_server() or webio_handler() in your PyWebIO app to specify the use of the local built js file.