Skip to content

Commit

Permalink
完善README
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckCZC committed Jan 11, 2017
1 parent 69fdcd3 commit 15bde57
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,23 @@ app.use('/api',proxyMiddleware({
}))
```

## 界面预览

![首页](readme_img/home.png)

![首页](readme_img/home_2.png)

![首页](readme_img/film.png)

![首页](readme_img/detail.png)

![首页](readme_img/cinema.png)

![首页](readme_img/cinema_2.png)

> ps:只是模仿了以上页面,这几个页面感觉已经包括了vue的常用功能了,后面的页面则是跳去卖座电影的官网了;由于只是几个页面,故各个页面没有将相关的子项分离成组件,如果项目庞大,建议分离成组件形式
##### 最后,如果该demo对你学习vue有帮助,麻烦给个star,谢谢#####

## Build

Expand Down
Binary file added readme_img/cinema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_img/cinema_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_img/detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_img/film.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_img/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_img/home_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Create by zechun.chen on 2016/12/22
* QQ:822599633
*/

import Vue from 'vue'
Expand Down

0 comments on commit 15bde57

Please sign in to comment.