This template was made to keep the size of the expansion pack as small as possible, while still having a blazing fast build speed and a great development experience with Vite.
- click
Use this template
on GitHub. - Change
name
anddescription
in package.json => Auto synchronize with manifest - Run
pnpm i
,yarn
ornpm i
(check your node version >= 16) - Run
pnpm dev
,yarn dev
ornpm run dev
to watch files and rebuild with any changes - Load Extension on Chrome
- Open - Chrome browser
- Access - chrome://extensions
- Check - Developer mode
- Find - Load unpacked extension
- Select -
dist
folder in this project (after dev or build)
- If you want to build without watching, run
pnpm build
,yarn build
ornpm run build
.
Distributed under the MIT License.