Skip to content

Commit 16f846e

Browse files
author
hengliyin
committed
chore: 格式化文档
1 parent 67dbd55 commit 16f846e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+18659
-4068
lines changed

README.md

+1-25
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 个人博客
22

33
[![Build Status](https://github.com/mengsixing/blog/workflows/ci/badge.svg)](https://github.com/mengsixing/blog/actions)
4-
[![CodeFactor](https://www.codefactor.io/repository/github/mengsixing/blog/badge)](https://www.codefactor.io/repository/github/mengsixing/blog) [![Greenkeeper badge](https://badges.greenkeeper.io/mengsixing/blog.svg)](https://greenkeeper.io/)
4+
[![CodeFactor](https://www.codefactor.io/repository/github/mengsixing/blog/badge)](https://www.codefactor.io/repository/github/mengsixing/blog)
55

66
记录工作中遇到的问题、看书总结、面试题,以及个人思考。
77

@@ -24,27 +24,3 @@
2424
- [你需要知道的依赖注入](https://mengsixing.github.io/blog/base-ioc.html)
2525

2626
文中内容已同步到微信公众号【前端日志】,欢迎订阅。
27-
28-
## 使用
29-
30-
博客采用 vuepress 作为主框架,lint-md 作为语法检查工具。
31-
32-
```sh
33-
# clone with Git Bash
34-
git clone https://github.com/mengsixing/blog.git
35-
36-
# change directory
37-
cd blog
38-
39-
# install dependencies
40-
npm i
41-
42-
# serve with hot reload at localhost:8080
43-
npm run dev
44-
45-
# check grammatical errors and fix
46-
npm run lint:fix
47-
48-
# build for production with minification
49-
npm run build
50-
```

0 commit comments

Comments
 (0)