Overview
The vue-cli-plugin-chrome-extension-cli is a plugin for Vue-CLI that allows developers to start a chrome extension project with ease. It supports Vue 2, Vue 3, TypeScript, and JavaScript. This plugin requires vue-cli version 5.0.1 or higher to function properly.
Features
- Supports Vue 2, Vue 3, TypeScript, and JavaScript.
- Provides a development mode and production mode.
- Includes a Vue CLI prompt based on the inquirer.js API.
- Generates a dist file for development mode.
- Supports extension reloading with the Extension Reloader Chrome extension.
- Allows building for production and deployment onto the Chrome store.
Installation
To install the vue-cli-plugin-chrome-extension-cli, follow these steps:
- Make sure you have vue-cli version 5.0.1 or higher installed.
- Open your terminal and navigate to your project directory.
- Run the following command to install the plugin:
vue add chrome-extension-cli
- The plugin will be added to your project and you can start using it.
Summary
The vue-cli-plugin-chrome-extension-cli is a useful plugin for developers who want to start a chrome extension project with Vue-CLI. It supports Vue 2, Vue 3, TypeScript, and JavaScript, making it versatile for different project requirements. With features like development mode, production mode, and the ability to build for production and deploy onto the Chrome store, this plugin simplifies the development and deployment process.