@adobe/uxp-devtools-app

UXP Developer Tool can be installed directly from Creative cloud application.

Usage no npm install needed!

<script type="module">
  import adobeUxpDevtoolsApp from 'https://cdn.skypack.dev/@adobe/uxp-devtools-app';
</script>

README

Installation

UXP Developer Tool can be installed directly from Creative cloud application.

Local Setup

For building UXP Developer Tool locally follow below steps:

  • Clone uxp-developer-tool repo
  • Cd into uxp-developer-tool and run yarn install
  • cd into packages/uxp-devtools-app and run yarn dev
  • Open another terminal instance and cd into packages/uxp-devtools-app and run yarn start-main-dev

Note:

For enabling developement mode, set isDevEnvironment = true in packages/uxp-devtools-app/main/index.js file

Workflows

For different workflows supported in uxp-devtools-app in visit here