Skip to content

Quick Start

Create an extension

shell
npm create vxt@latest

Build

shell
npm run build-only

Or with type check:

shell
npm run build

Or build-watch to build with file changes:

shell
npm run build-watch