Experience App CLI
Introduction
The Experience App CLI is a command line tool to help you build Experience apps.
Requirements
- Showpad domain with administrator rights.
- NodeJS >=15.0.0
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
Localhost | Proxy 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.
Mac | Windows | Linux | |
---|---|---|---|
CLI Version | 3.1.0 | 3.1.0 | 3.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.