Skip to content

一个图片转 Base64 编码的工具,使用 Vue + Electron。

License

Notifications You must be signed in to change notification settings

SIXiaolong1117/vue-pictobase64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

图片转 Base64(Pic to Base64)

一个基于 Vue 的图片转 Base64 客户端。

⬇下载/Download

从 Microsoft Store 获取

从 Releases 获取

您可以直接到Releases · SIXiaolong1117/vue-pictobase64下载已经打包好的软件。

🛠️构建/Build

想要构建此项目,您需要:

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

📦︎打包/Package

想要打包此项目,您需要在项目根目录运行:

yarn electron:build

⚖️License

MIT license

依赖/Dependencies

Seo-Rii/electron-acrylic-window