Monitor Packages

vite-plugin-perform

- 安装 ```js npm install vite-plugin-perform ``` - 使用 1. 在vite中注册插件 ```js import vitePluginPerform from './vite-plugin-perform'; export default defineConfig({ plugins: [vitePluginPerform()], }) ``` 2. 在项目入口文件中引入 > reportSend 是被注册到window上的事

1.3.1 • Published 2 years ago