Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 491 Bytes

VanillaJS Chrome Extension Boilerplate

Installation

First, clone this repository on your machine and run following command :

npm install

Run in development mode and watch files

npm run dev

Build for production

This command creates 'dist' folder for extension.

npm run build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.