Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linguowei authored Jan 12, 2017
1 parent 273c607 commit 0d388da
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# myblog
# vue+node 实现的一套博客系统包括博客前端展示页和博客后台管理页

> A Vue.js + node project
### [博客在线地址](https://weiweiblog.herokuapp.com)(仅供临时预览)

![](https://github.com/linguowei/myblog/blob/master/PreviewImg/blog01.png)
![](https://github.com/linguowei/myblog/blob/master/PreviewImg/blog02.png)

## start
### [博客后台管理页在线地址](https://weiweiblog.herokuapp.com/admin)(仅供临时预览)

``` bash
# install dependencies
npm install
![](https://github.com/linguowei/myblog/blob/master/PreviewImg/admin01.png)
![](https://github.com/linguowei/myblog/blob/master/PreviewImg/admin02.png)
![](https://github.com/linguowei/myblog/blob/master/PreviewImg/admin3.png)
![](https://github.com/linguowei/myblog/blob/master/PreviewImg/admin4.png)

# serve with hot reload at localhost:8080
npm run dev
> 本地查看方法
# build for production with minification
npm run build
``` bash
# git clone https://github.com/linguowei/myblog.git
# cd myblog
# npm install
# node app.js
# localhost:8080
# npm install
# http://localhost:9000
#http://localhost:9000/admin
```

0 comments on commit 0d388da

Please sign in to comment.