Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 855 Bytes

Chrome extension template v2

This is a manifest v3 chrome extension.

This extension uses Webpack, see the webpack.config.js configuration. You can use SCSS, TypeScript, Vue.js (JS & TS).


Installation

  • Run npm ci to install all node modules

Compilation

  • npm run start to compile once (development mode)
  • npm run watch to compile each time you edit a file (development mode)
  • npm run build to build once (production mode)

Install the extension

  • Go to chrome://extensions/ or edge://extensions/
  • Toggle developper mode and click on "load unpacked extension"
  • Select the ./dist folder of the project
  • You can then reload each time you update your extension