Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2322312693/chrome-extension-template-vue

vue chrome extension template (chrome浏览器扩展模板-Vue)
https://github.com/2322312693/chrome-extension-template-vue

chrome-extension hot-reload tailwindcss template vue vue3

Last synced: about 7 hours ago
JSON representation

vue chrome extension template (chrome浏览器扩展模板-Vue)

Awesome Lists containing this project

README

        

# Vue 3 + Vite +Tailwindcss Extensions Template

### 在Vue.js 上快速创建Chrome插件,开发实现热加载无需在手动刷新扩展 (Quickly create Chrome plugins on Vue.js and develop hot loading without manually refreshing the extension )

![Vue.js Chrome Extension Template images](docs/images/main.jpg)

### Structure 结构

```

├── src
│   ├── assets
│   ├── background.js // background runtime 运行时
│   ├── components
│   ├── content // content-script 运行时
│   │   └── content.js
│   ├── pages
│   │   ├── popup
│   │   │   ├── index.html
│   │   │   ├── index.js
│   │   │   └── index.vue
│   │   └── welcome
│   │   ├── index.html
│   │   ├── index.js
│   │   └── index.vue
│   ├── public
│   │   ├── images
│   │   │   ├── 128px.png //logo
│   │   │   ├── 16px.png
│   │   │   └── 48px.png
│   └── style.css
├── manifest.json //manifest.json 清单文件
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── vite.config.js

```

```bash
$ git clone https://github.com/2322312693/chrome-extension-template-vue.git
$ npm install
$ npm run dev
$ npm run build
```

### More technical consultation && Sponsorship

More technical support

AI completes multi-language Chrome extension with one click

Real-time logging of plugin log error information

Vue.js Chrome Extension Template images

### Contact me for technical support and technical exchange

Email:[email protected]

### Developed Chrome extensions with over 300,000 users