Skip to content

night-peiqi/fontmini-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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