# screensize-npm **Repository Path**: baihaowen/screensize-npm ## Basic Information - **Project Name**: screensize-npm - **Description**: 屏幕大小检测 npm包 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-24 - **Last Updated**: 2024-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用方法 ```js import Vue from 'vue' import App from './App.vue' const { pagesizedetection } = require('pagesizedetection') Vue.config.productionTip = false new Vue({ pagesizedetection, render: h => h(App), }).$mount('#app') ``` 即可自动监视屏幕尺寸