透過 tauri 建構的一個小工具,用於測試 SMTP 發信功能;
本專案使用Vue3+Vite+Tauri+Rust構建。
- PrimeVue: UI Framework for Vue3
- TailwindCSS: A utility-first CSS framework for rapid UI development.
由於使用了
Tauri並且覺得指令有點稍微的麻煩;故使用 Makefile 簡化指令。
# development.
make dev
# build to binary file.
make build
# with develop, use tailwindcss should be upload.
make tailwind- SMTP 筆記
- Learn more about Tauri commands at Tauri commands