https://github.com/lovefc/xiaohui
高校校徽字体图标库官网-webpack打包
https://github.com/lovefc/xiaohui
Last synced: 2 months ago
JSON representation
高校校徽字体图标库官网-webpack打包
- Host: GitHub
- URL: https://github.com/lovefc/xiaohui
- Owner: lovefc
- License: apache-2.0
- Created: 2021-05-31T10:40:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:41:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T22:17:52.620Z (4 months ago)
- Language: HTML
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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进行预览```