cra-template-chrome-extension-react

0.0.5 • Public • Published

cra-template-chrome-extension-react

This is a template for Create React App to develop chrome extensions.

To use this template, add --template chrome-extension-react when creating a new app.

For example:

npx create-react-app new-app-name --template chrome-extension-react

About this package

  • Create a typescript project for developing chrome extensions.

How to create ready-to-publish extensions

  • Run 'npm install' to install required dependencies
  • Run 'npm run build' to build the package. By default, the output will be in the 'dist' folder.
  • Zip the 'dist' folder and upload them to Google Chrome Developer Portal/Dashboard

For more information, please refer to:

Package Sidebar

Install

npm i cra-template-chrome-extension-react

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

36.4 kB

Total Files

29

Last publish

Collaborators

  • quang_dau