A Vite+Vue
template for Utools
plugin development, allowing you to create your own Utools
plugin more efficiently
- 🌈 Out-of-the-box
Vite+Vue3
template forUtools
plugin development - ⚡ Automatically injects
HMR
field in the development environment - 🦍 Automatically build
upx
package - 🧸 Builds
utools/preload
file to handle third-party dependencies - 🚀 Build desktop applications
git clone https://github.com/QC2168/utools-plugin-template.git
It is recommended to use the
pnpm
package management tool. If you have not installed it yet, you can executenpm install -g pnpm
to install it
pnpm install
pnpm dev
pnpm build
When executing the
build
command, the plugin will be directly built into anupx
package. Developers do not need to perform a secondary build in theutools
developer tool 🚀
In utools
, open the Utools
developer tool and create a new project
According to your actual situation, fill in the information required by the plugin
Execute the dev
command to generate the dist
folder and select the file path /dist/plugin.json
Start the plugin and trigger the first keyword of the plugin
Embark on your development journey~
If you have better ideas, please submit an issue
or pr
🥰🥰
If you find this project helpful, you can support me by clicking the 'star' button in the upper right corner. Thank you~ 😘😘.