# vue-plugin **Repository Path**: mirrors_nuxt/vue-plugin ## Basic Information - **Project Name**: vue-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-plugin CLI to create and share [Vue.js](https://github.com/vuejs/vue) components/plugins with *no configuration* :eyes: ## Installation ```bash npm install -g vue-plugin ``` ## Usage ```bash yarn create-vue-plugin # Or npx create-vue-plugin ``` ## Development Your component/plugin should be located inside `src/` directory and have `src/index.js` ```bash # Start a server loading examples/index.js vue-plugin ``` ## Publishing WIP...