wangweimin 3a3355b7ac fix: http-based session message inorder in slow network il y a 2 ans
..
src 3a3355b7ac fix: http-based session message inorder in slow network il y a 2 ans
.gitignore 44af1ceeab feat: migrate js to typescript il y a 5 ans
README.md 6b119da535 doc update il y a 4 ans
gulpfile.js c579da3a5e maint: add pywebio.js.map to dev release version il y a 4 ans
package-lock.json 49a52aefeb build(deps): bump lodash from 4.17.20 to 4.17.21 in /webiojs (#94) il y a 4 ans
package.json 6883086a51 feat: add markdown parse option to `put_markdown()` il y a 4 ans
tsconfig.json 44af1ceeab feat: migrate js to typescript il y a 5 ans

README.md

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.