Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w3cui/iconfont
svg生成字体包,并生成css 样式引用
https://github.com/w3cui/iconfont
Last synced: about 5 hours ago
JSON representation
svg生成字体包,并生成css 样式引用
- Host: GitHub
- URL: https://github.com/w3cui/iconfont
- Owner: w3cui
- Created: 2017-05-22T08:22:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T08:44:07.000Z (almost 2 years ago)
- Last Synced: 2024-03-23T16:45:32.103Z (8 months ago)
- Language: JavaScript
- Size: 317 KB
- Stars: 16
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iconfont
SVG生成字体包,并生成css 样式引用
# 前言此项目达到生成本地字体图标文件,并创建iconfont.css 和引用模板 index.html 个人娱乐,提供给他大家分享。
## 技术栈
gulp-iconfont + gulp-iconfont-css + gulp-template
## 项目运行
```
git clone https://github.com/w3cui/iconfont.git
npm install
> 注意:首次配置项目需要执行一下下面的命令,不是忽略:
> $ npm install --global gulp
gulp```
# 说明> 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^
> 或者您可以 "follow" 一下,我会不断开源更多的有趣的项目
> 开发环境 Chrome 56 nodejs 11.14.0