# utools-plugin-template **Repository Path**: magicaliy/utools-plugin-template ## Basic Information - **Project Name**: utools-plugin-template - **Description**: 使用vue3 vite 搭接utools插件的开发模板 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-30 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: template, vue3 ## README # 安装 安装依赖 ```sh pnpm install ``` # 运行 ```sh pnpm dev ``` 使用utools,打开开发工具,选择dist目录下的plugin.json文件,启动 # 目录 - dist - plugin.json utools-plugin运行时选择 - public - logo.png utools-plugin插件logo - plugin.json utools-plugin插件参数 - src - preload - index.ts utools中预加载文件,可以使用node函数