An open API service indexing awesome lists of open source software.

https://github.com/lovefc/xiaohui

高校校徽字体图标库官网-webpack打包
https://github.com/lovefc/xiaohui

Last synced: 2 months ago
JSON representation

高校校徽字体图标库官网-webpack打包

Awesome Lists containing this project

README

        

## 高校校徽字体图标库官网

高校校徽字体图标库官网-webpcak打包

在线演示: http://xiaohui.lovefc.cn

## 本地使用

```bash
# 克隆本仓库
$ git clone https://github.com/lovefc/xiaohui.git
git clone https://gitee.com/lovefc/xiaohui.git

# 安装依赖
$ npm install webpack -g
$ cd xiaohui
$ npm install

# 编译项目
$ npm run watch (webpack --watch)
$ npm run p (webpack --p)

# 项目预览
打开dist/index.html进行预览

```