一个基于 Vue 的图片转 Base64 客户端。
您可以直接到Releases · SIXiaolong1117/vue-pictobase64下载已经打包好的软件。
想要构建此项目,您需要:
git clone https://github.com/SIXiaolong1117/vue-pictobase64.git
cd vue-pictobase64
yarn
此外,本项目使用了 electron-acrylic-window,需要
msvc
的支持。您需要安装 Visual Studio,并安装“使用 C++ 的桌面开发”。在非 Windows 10/11 的PC上,您可以忽略这一点。
运行:
yarn electron:serve
想要打包此项目,您需要在项目根目录运行:
yarn electron:build