Skip to content

Commit

Permalink
ttt
Browse files Browse the repository at this point in the history
  • Loading branch information
frontHu committed Sep 28, 2018
2 parents e5acaa0 + d16215a commit ab82580
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
24 changes: 6 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
# backend
#### 博客网站后台管理系统
一个自己的博客后台管理系统,目前做的比较粗糙,只做了一个博客内容提交功能, 关于博客的管理功能暂未开始动手。

## Project setup
```
npm install
```
#### 登录页展示

### Compiles and hot-reloads for development
```
npm run serve
```
![](http://img1.timeface.cn/times/747b92248451be68e7dc40534ec7538c.png)

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```
#### 博客页
![](http://img1.timeface.cn/times/b82fc632cce48c3c8ba508f1bb2a4b1c.png)
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ html, body {
width: 100%;
height: 100%;
color: #606c71;
<<<<<<< HEAD
padding: 0;
margin: 0;
=======
margin: 0;
padding: 0;
>>>>>>> d16215af17cfb3a79a7a3966247330113288389c
}
#app {
width: 100%;
Expand Down

0 comments on commit ab82580

Please sign in to comment.