Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 644 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 644 Bytes

Font Mini

Font Mini 客户端是基于 fontmin 实现的一个压缩字体包的工具,免安装 解压即可使用。

点击下载 Font Mini 客户端

Screenshot

image

Develop

# 拉取代码仓
git clone [email protected]:night-peiqi/fontmini-app.git

# 安装依赖
npm install

# 本地运行
npm run start

# 应用打包,会打包项目且生成可执行文件.exe
npm run package

# 制作安装包
npm run make

Related