Vue
Adds a sidebar panel to the browser with a simple Vue page.
Runs on Chrome, Edge, Firefox · Manifest V3 · Surfaces: sidebar, content script, popup, background service worker · Styling: CSS · Level: beginner · Framework: vue
Create this project
npx extension@latest create my-vue --template vue
cd my-vue
npm install
npm run dev
What it is for
- A sidebar panel rendered by Vue
- Single-file components compiled with no extra config
- Starting point for Vue extensions
First steps
- Run npm run dev to launch the extension
- Click the extension icon to open the Vue sidebar panel
- Edit the component in src/sidebar/ and save to watch it update
Source on GitHubDocumentation
extension.devDocumentation for extension.dev