Skip to main content

Experience App CLI

Introduction

The Experience App CLI is a command line tool to help you build Experience apps.

Requirements

Platform & Browser Compatibility

@next versions: Versions tagged with --next might contain small issues. Only use in production if you can alter the .showpad package quickly.

Development

LocalhostProxy App
Chrome
Firefox
Edge
Safari

The Proxy App doesn't run on Safari: Use another browser to run the Proxy App while developing Localhost on Safari.

MacWindowsLinux
CLI Version3.1.03.1.03.1.0

Production

Showpad Experience Apps run inside Iframes: Use relative paths in production.

The Experience App SDK targets ES2022: Transpile your code if you need legacy support.

Installation

# npm
npm i @showpad/experience-app-cli -D

# yarn
yarn add @showpad/experience-app-cli -D

Documentation

You can find documentation on the Showpad Developer Portal.