|
%!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.. | ||
src | %!s(int64=3) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
gulpfile.js | %!s(int64=4) %!d(string=hai) anos | |
package-lock.json | %!s(int64=4) %!d(string=hai) anos | |
package.json | %!s(int64=4) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=5) %!d(string=hai) anos |
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.