In the project directory, you can run:
npm run start
Compiles the extension into ./build/unpacked
to be loaded into your broswer for development. The extension automatically reloads when you save changes to the code.
chrome://extensions
Developer mode
Load unpacked
./build/unpacked
about:debugging
Load Temporary Add-on...
./build/unpacked/manifest.json
npm run build
Compiles the extension and packages them into production ready zips at ./build/{target}-{version}.zip
. These zips can then be uploaded to their respective extension stores.
Documentation: https://github.com/kadauchi/webextension-create#webextension-create