Files
wxt/README.md
T
2023-09-07 18:01:20 -05:00

1.6 KiB

WXT Logo WXT

Next-gen framework for developing web extensions.

It's like Nuxt, but for Chrome Extensions

Example CLI Output

GitHub Workflow Status (with event) Documentation Examples

Quick Start

Bootstrap a new project:

pnpx wxt@latest init <project-name>

Or see the installation guide to get started with WXT.

Features

  • 🌐 Supports all browsers
  • Supports both MV2 and MV3
  • Dev mode with HMR & fast reload
  • 📂 File based entrypoints
  • 🚔 TypeScript
  • 🦾 Auto-imports
  • ⬇️ Download and bundle remote URL imports
  • 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
  • 🖍️ Quickly bootstrap a new project

Todo

  • 📏 Bundle analysis
  • 🤖 Automated publishing

Contributors