|
пре 2 година | |
---|---|---|
.. | ||
src | пре 2 година | |
.gitignore | пре 5 година | |
README.md | пре 4 година | |
gulpfile.js | пре 4 година | |
package-lock.json | пре 4 година | |
package.json | пре 4 година | |
tsconfig.json | пре 5 година |
npm install
npx gulp
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.