Explore the documentation for detailed information on Designer Extension features and API.
npm run dev
For running tailwind CSS run the following command
npx tailwindcss -i ./src/input.css -o ./public/styles.css --watch
This command installs dependencies, watches for changes in the src/
folder, and serves your extension files from ./dist/
. Use the displayed URL as the "Development URL" in Webflow Designer's Apps panel to launch your extension.
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.