chrome-extension-boilerplate-react-vite
chrome-extension-boilerplate-react-vite copied to clipboard
Chrome Extension Boilerplate with React + Vite + Typescript
Chrome Extension Boilerplate with
React + Vite + TypeScript
This project is listed in the Awesome Vite
Table of Contents
- Intro
- Features
- Installation
- Procedures
- Screenshots
- NewTab
- Popup
- Documents
Intro
This boilerplate is made for creating chrome extensions using React and Typescript.
The focus was on improving the build speed and development experience with Vite.
Features
- React 18
- TypeScript
- Jest
- React Testing Library
- Vite
- SASS
- ESLint
- Prettier
- Chrome Extension Manifest Version 3
Installation
Procedures
- Clone this repository.
- Change
nameanddescriptionin package.json => Auto synchronize with manifest - Run
yarnornpm i(check your node version >= 16) - Run
yarn devornpm run dev - Load Extension on Chrome
- Open - Chrome browser
- Access - chrome://extensions
- Check - Developer mode
- Find - Load unpacked extension
- Select -
distfolder in this project (after dev or build)
- If you want to build in production, Just run
yarn buildornpm run build.
Screenshots
New Tab
Popup
Documents
Thanks To
| Jetbrains | Jackson Hong |
|---|---|
![]() |
