# x-browser-update-vue **Repository Path**: mirrors_OXOYO/x-browser-update-vue ## Basic Information - **Project Name**: x-browser-update-vue - **Description**: A Vue.js browser-update plugin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2025-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # x-browser-update [![Version](https://img.shields.io/npm/v/x-browser-update.svg)](https://www.npmjs.com/package/x-browser-update) [![License](https://img.shields.io/npm/l/x-browser-update.svg)](https://www.npmjs.com/package/x-browser-update) [![NPM downloads](http://img.shields.io/npm/dm/x-browser-update.svg)](https://npmjs.org/package/x-browser-update) [![Downloads](https://img.shields.io/npm/dt/x-browser-update.svg)](https://www.npmjs.com/package/x-browser-update) ![JS gzip size](http://img.badgesize.io/https://unpkg.com/x-browser-update/dist/XBrowserUpdate.js?compression=gzip&label=gzip%20size:%20JS) > A Vue.js browser-update plugin. ## Example ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev ``` ## Usage ``` bash ## Packages install npm install x-browser-update --save ## main.js import XBrowserUpdate from 'x-browser-update' Vue.use(XBrowserUpdate) ## App.vue ``` ## Preview ![X-Browser-Update](https://raw.githubusercontent.com/OXOYO/X-Browser-Update-Vue/master/docs/images/img_001.png "X-Browser-Update") ## Links - [browser-update](https://github.com/browser-update/browser-update) - [vue](https://github.com/vuejs/vue) ## License [MIT](http://opensource.org/licenses/MIT)