Deprecated! Boilerplate for Chrome extension using Vue.js and Webpack with auto-reload enabled.
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.
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.
To install the “vue-chrome-extension-boilerplate” and start using it, follow these steps:
Clone the repository using Git:
git clone <repository-url>
Navigate to the project directory:
cd vue-chrome-extension-boilerplate
Install the project dependencies:
npm install
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.