Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 673 Bytes

File metadata and controls

27 lines (19 loc) · 673 Bytes

Parcel2 Webextension Boilerplate

You can use this boilerplate code to start developing a Chrome/other extension. Read more info.

Notice: Parcelv2 is instability, using beta.2 now

Feature

  • Typescript with eslint
  • Built in support for HMR (hot module replacement)
  • Lighting configuration

Get Started

Type this into your terminal:

git clone https://github.com/zhyc9de/parcel2-webextension-boilerplate.git
pnpm i

Development

For development with automatic reloading:

pnpm start

Open the Extensions Dashboard, enable "Developer mode", click "Load unpacked", and choose the dist folder.