Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 588 Bytes

File metadata and controls

38 lines (26 loc) · 588 Bytes

chrome-extension-boilerplate-vue-vite

This template should help get you started developing chrome-extenstion with Vue 3 and TypeScript in Vite.

Support

  • Chrome Extension
  • Manifest V3
  • Vue3
  • Typescript
  • Hot Reload

Quick Start

Install

git clone https://github.com/donggov/chrome-extension-boilerplate-vue-vite.git
cd chrome-extension-boilerplate-vue-vite
yarn
yarn build

Hot Reload in chrome-extension

yarn build:watch

zip

yarn build:zip

Reference