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 · Framework: vue
Create this project
npx extension@latest create my-vue --template vue
cd my-vue
npm install
npm run dev
Files in this template
- extension.config.js
- src/background.ts
- src/content/ContentApp.vue
- src/content/scripts.ts
- src/content/styles.css
- src/content/types.d.ts
- src/images/icon.png
- src/manifest.json
- src/sidebar/SidebarApp.vue
- src/sidebar/index.html
- src/sidebar/scripts.ts
- src/sidebar/styles.css
Source on GitHubDocumentation
extension.devDocumentation for extension.dev