Skip to main content

Documentation Index

Fetch the complete documentation index at: https://extension.js.org/llms.txt

Use this file to discover all available pages before exploring further.

Vue template preview

Create the project

npx extension@latest create my-extension --template=vue

What you get

A progressive setup with .vue single-file components, ready for popup, options, and content-script contexts. The template handles SFC compilation and reload behavior so you can focus on UI. A good fit for teams already shipping Vue apps who want their extension to feel native to the same workflow.

Source

Browse the full source on GitHub: extension-js/examples/vue.