1.0.6 • Published 2 years ago

cra-template-web-extension-typescript v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

cra-template for chrome extension

Another CRA template, but this time for web extensions. It makes sense to use this package with the following CRA script: web-extension;

To use this template, add --template web-extension-typescript when creating a new app.

For example:

npx create-react-app my-chrome-extension --scripts-version web-extension --template web-extension-typescript

# or

yarn create-react-app my-chrome-extension --scripts-version web-extension --template web-extension-typescript

For more information, please refer to: