Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
周立 committed Oct 27, 2018
1 parent 13d94a5 commit bef74c0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 27 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ npm run nyc
npm run testReport
```
测试截图 npm run nyc
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/testing.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/testing.png)
测试报表 npm run testReport
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/test-report.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/test-report.png)
## 部署测试环境
```
//环境准备
Expand Down Expand Up @@ -262,18 +262,17 @@ node install backupProd

## 项目截图
登陆
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/login.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/login.png)
新增博客
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/create_post.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/create_post.png)
获取单个博客(可浏览器直接查看)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/get_post.png)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/post_detail.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/get_post.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/post_detail.png)
获取全部博客(可浏览器直接查看)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/get_all_post.png)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/post_list.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/get_all_post.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/post_list.png)
获取用户列表1
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/user.png)

![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/user.png)
## 其他博客项目
这也是我为什么做博客系统的原因,找不到一个我想要的。
方便开发,扩展,测试,与部署
Expand Down
19 changes: 9 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ npm run nyc
npm run testReport
```
测试截图 npm run nyc
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/testing.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/testing.png)
测试报表 npm run testReport
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/test-report.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/test-report.png)
## 部署测试环境
```
//环境准备
Expand Down Expand Up @@ -262,18 +262,17 @@ node install backupProd

## 项目截图
登陆
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/login.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/login.png)
新增博客
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/create_post.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/create_post.png)
获取单个博客(可浏览器直接查看)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/get_post.png)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/post_detail.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/get_post.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/post_detail.png)
获取全部博客(可浏览器直接查看)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/get_all_post.png)
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/post_list.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/get_all_post.png)
![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/post_list.png)
获取用户列表1
![](https://raw.githubusercontent.com/QCCS/nice-swa-s/master/docs/imgs/user.png)

![](https://github.com/QCCS/nice-swa-s/blob/master/docs/imgs/user.png)
## 其他博客项目
这也是我为什么做博客系统的原因,找不到一个我想要的。
方便开发,扩展,测试,与部署
Expand Down
9 changes: 2 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Node blog</title>
<title>nice swa</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="share somethine">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand All @@ -12,15 +12,10 @@
<div id="app"></div>
<script>
window.$docsify = {
name: 'Node blog',
name: 'NICE SWA',
repo: ''
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>
<!--
打开网址
修改路由,就可以网页方式查看文档
http://localhost:63342/node-blog/docs
-->

0 comments on commit bef74c0

Please sign in to comment.