# utools-plugins **Repository Path**: helltab/utools-plugins ## Basic Information - **Project Name**: utools-plugins - **Description**: UTOOL 的插件 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-22 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # utool 插件开发 ## 1 Term (航空制造术语检索) > 涉及技术 1. utool api 2. electron 3. node 4. vue3 > 运行示例 > > 关键词: **amt (aviation manufacture terms)** ![image-20210624090304869](./README.assets/image-20210624090304869.png) > 开发打包步骤 ```sh # 拉取项目 git clone https://gitee.com/helltab/utool-plugins.git # 进入术语项目 cd term # 本地调试 run # 打包 build # 添加到 utool cd term-build # 复制 plugin.json, 打开 utool, 选择新建 utool 插件 ```