Skip to content

Chrome & Edge extension template, using VueJS, TypeScript, SCSS with Webpack

License

Notifications You must be signed in to change notification settings

Atrimilan/chrome-extension-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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