开源图标字体
从uiw组件库抽离出来的图标字体,基于 svg 图片生成的图标字体。
npm install uiw-iconfont --save
在克隆项目之后运行 npm install 来安装依赖,你能够做如下操作:
npm install
编译字体 *.svg *.ttf *.woff *.eot 等字体文件
*.svg
*.ttf
*.woff
*.eot
npm run font
编译网站并提交到gh-pages分支
npm run start