Files
docker_dev/lowcoder/client/packages/lowcoder-sdk-webpack-bundle/README.md
2025-11-17 18:45:35 +01:00

10 lines
323 B
Markdown

# lowcoder-sdk-webpack-bundle
The code to use Lowcoder Apps on any Web Project
STEPS to use
1) build the project with `npm run build`
2) host `dist` folder on server
3) add `bundle.js` as an external script on the HTML page where you want to include the app
4) Add the apps as given in demo under `/dist/index_test.html`