# react-crx-template

[中文文档](https://github.com/MatrixCross/React-Crx-Starter/blob/master/README_CN.md)

> fork from: [React-crx-template](https://github.com/MatrixCross/React-Crx-Starter)

## Profile

A simple and easy-to-use Chrome extension development template

## Features

- 🚀 Manifest supporting React version 18
- 🖥 Support hot update for background, contentScript, and popup
- 📦 vite + react + unocss

## 开发

After pulling the code

```bash
pnpm i
pnpm dev
```

Development environment, the result code for debugging is placed in the root directory in the `local` folder

## releasePackaging

拉取代码后

After pulling the code

```bash
pnpm build
```

Production environment, code is placed in the root directory `extension` folder

## WeChatGroupQrCode

![图片描述](https://raw.githubusercontent.com/MatrixCross/React-Crx-Starter/master/src/assets/20240703225505.jpg)
