-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |