|
il y a 3 ans | |
---|---|---|
.. | ||
src | il y a 3 ans | |
.gitignore | il y a 5 ans | |
README.md | il y a 4 ans | |
gulpfile.js | il y a 4 ans | |
package-lock.json | il y a 4 ans | |
package.json | il y a 4 ans | |
tsconfig.json | il y a 5 ans |
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.