Skip to content

Development

  1. Node.js / npm AND pnpm
  2. git

vexed consists of three core codebases.

We recommend using VSCode for ActionScript development. Decompilers like JPEXS work but lack good developer experience (in our experience, atleast). Plus, we aren’t aware of any modern tooling for Actionscript besides in VSCode.

  1. OpenJDK
  2. Flash SDK
  3. ActionScript Extension for Visual Studio Code
  1. Select ActionScript SDK In VSCode, execute the command ActionScript: Select Workspace SDK, where you find the path to the Apache Flex SDK (Harman AIR) install.

  2. Test Compilation Demo compilation by opening an Actionscript file and executing ActionScript: Compile Release/Debug

  1. Install dependencies at project root: pnpm i
  1. Navigate to docs folder: cd docs

  2. Start the documentation in dev mode: pnpm dev

  1. Navigate to app folder: cd app

  2. Start the app in dev mode: pnpm dev or pnpm dev:watch