Vue Chrome Extension Boilerplate screenshot

Vue Chrome Extension Boilerplate

Author Avatar Theme by Mubaidr
Updated: 2 Dec 2023
258 Stars

Deprecated! Boilerplate for Chrome extension using Vue.js and Webpack with auto-reload enabled.

Categories

Overview

The “vue-chrome-extension-boilerplate” is a boilerplate template for creating Chrome extensions using Vue.js and Webpack. It provides a convenient starting point for developers by including all the necessary configurations and dependencies.

Features

  • Hot-reload enabled: The boilerplate includes Webpack configuration that enables hot-reload, allowing developers to see their changes immediately without manually refreshing the extension.

  • Node.js CI: The project supports continuous integration with Node.js, ensuring that the extension is built and tested automatically.

  • All Contributors: The project follows the all-contributors specification, recognizing and appreciating all types of contributions from contributors.

Installation

To install the “vue-chrome-extension-boilerplate” and start using it, follow these steps:

  1. Clone the repository using Git:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd vue-chrome-extension-boilerplate
    
  3. Install the project dependencies:

    npm install
    

Summary

The “vue-chrome-extension-boilerplate” is a convenient starting point for developers looking to create Chrome extensions using Vue.js and Webpack. It offers hot-reload capability, continuous integration with Node.js, and follows the all-contributors specification. The installation process is straightforward and well-documented.