Small App used to validate App Connections APIs.
Enter the following command in your terminal.
npm run dev
This command installs dependencies, watches for changes in the src/
folder, and serves your extension files from ./dist/
.
- Create an App with the Designer Extension capability in your Workspace.
- Install the App to the site you wish to test your App on.
- Open the site you wish to test in the Webflow designer
- Use the displayed URL as the "Development URL" in the Apps panel in the Designer
- Toggle the checkbox for "Launch development App by default"
- Launch your development App
Enter the following command in the terminal.
npm run build
This command prepares a ${bundleFile}
in the ./dist/
folder. Upload this bundle.zip
file for distributing the App inside of your workspace or via the Marketplace.
- Create an App with the Designer Extension capability in your Workspace.
- Install the App to the site you wish to test your App on.
- Navigate to the "App Development" section of your Workspace settings and finr your App.
- Click the "Publish extension version" button to upload your your
bundle.zip
file in your App Settings - Open the site you wish to test in the Webflow designer
- Find your App in the App drawer and launch your App