Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reeli/blog
个人博客。记录实际开发中遇到的问题及解决方案,日常的思考和总结、面试知识点、读书笔记等。
https://github.com/reeli/blog
Last synced: about 1 month ago
JSON representation
个人博客。记录实际开发中遇到的问题及解决方案,日常的思考和总结、面试知识点、读书笔记等。
- Host: GitHub
- URL: https://github.com/reeli/blog
- Owner: reeli
- Created: 2019-09-11T09:18:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:33:42.000Z (about 1 year ago)
- Last Synced: 2024-05-27T21:17:08.799Z (7 months ago)
- Language: Shell
- Homepage: https://reeli.github.io
- Size: 4.56 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 橘子的前端杂记
[![Build Status](https://travis-ci.com/reeli/blog.svg?branch=master&status=passed)](https://travis-ci.com/reeli/blog)个人博客。记录实际开发中遇到的问题及解决方案,日常的思考和总结、面试知识点、读书笔记等。
访问地址:https://reeli.github.io/
## 快速使用
```bash
git clone https://github.com/reeli/blog.git
cd blog
npm install
npm start
```最后,打开浏览器,访问 http://localhost:8080/。
## 文章分类
### | 打包和部署
- [聊聊 Webpack Tree shaking](https://github.com/reeli/blog/blob/master/docs/blog/webpack-tree-shaking.md)
### | 自动化工具
- [通过 Swagger 定义自动生成 Mock 数据](https://github.com/reeli/blog/blob/master/docs/blog/swagger-to-mocks.md)