cra-template-webext
v0.0.3
Published
Create browser extensions for Chrome, Firefox and other WebExtension compliant browsers with React and no build configuration.
Downloads
4
Maintainers
Readme
cra-template-webext
Experimental
This will be the WebExtension template to create browser extensions with Create React App. Contributions and feedback welcomed.
To use this template, add --template webext when creating a new app.
For example:
npx create-react-app my-app --template webext
# or
yarn create react-app my-app --template webext
For more information, please refer to:
- Getting Started – How to create a new browser extension.
- User Guide – How to develop browser extensions bootstrapped with Create React WebExt.