Skip to content

Commit 60d936b

Browse files
authored
Update README.md
1 parent b4bdcbd commit 60d936b

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

README.md

+29-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,35 @@
11
# vue-douban
2+
Vue全家桶仿写移动版豆瓣网页。
3+
## 预览
4+
在线预览地址:www.xxxx.com 未考虑兼容性问题,最好在Chrome浏览器下查看。
5+
## 技术栈
6+
### 已使用
7+
- Vue2.0 构建前端页面
8+
- Vuex 不同组件间数据共享
9+
- Vue-router 单页应用路由切换
10+
- axios 向后端发起请求
11+
- Express 改造了开发服务器,代理浏览器发出的网络请求
12+
- ES6、ES7 客户端、服务端都使用ES6 使用promise/async/await 处理异步
13+
- Webpack 项目打包工具
14+
- Stylus 预处理css
15+
- CSS3 过渡、动画、转换等
16+
- Flex flex弹性布局,响应不同尺寸的屏幕
17+
- 响应式设计 宽、高、字体等使用单位vw,响应不同尺寸的屏幕
218

3-
> A Vue.js project
19+
### 计划使用
20+
- BetterScroll 实现滚动
21+
- MySql/Mongodb 存放后端数据
22+
- vueg 实现转场效果
23+
- Socket.io 实现实时消息推送
24+
- egg.js 生产环境中替换Express
25+
- localStorage 本地保存用户信息
426

5-
## Build Setup
27+
## 截图
28+
### 一级页面:
629

7-
``` bash
8-
# install dependencies
9-
npm install
30+
### 二级页面:
1031

11-
# serve with hot reload at localhost:8080
12-
npm run dev
1332

14-
# build for production with minification
15-
npm run build
16-
17-
# build for production and view the bundle analyzer report
18-
npm run build --report
19-
```
20-
21-
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
33+
## 项目分析
34+
- 前端: todo
35+
- 后端: todo

0 commit comments

Comments
 (0)