Skip to main content
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.