This is a dummy Chrome extension built with Vue 3, TypeScript, and TailwindCSS. It demonstrates the basic setup and structure for developing Chrome extensions using these technologies.
Clone the repository:
git clone https://github.com/MayankDiwate/vue3-chrome-extension.git
cd vue3-chrome-extension
Install the dependencies:
npm install
or
yarn install
To start the development server with hot-reloading:
npm run dev