Skip to content

Commit

Permalink
readme更新
Browse files Browse the repository at this point in the history
  • Loading branch information
jmh65535 committed Jan 19, 2021
1 parent 4a25eb3 commit 3822b7e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 23 deletions.
58 changes: 35 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@
# 24plus-vue
# Vue-cli3脚手架基于Vue2.0+Vue-router+Vuex实现的简易社交活动分享和外卖购物车功能项目(移动端)
## 来由
这个小项目来源于之前开发的一个网站,主要是为公寓用户提供服务的,包括租房、社交、商户、缴费等等一系列功能。不过后来公寓计划破产了。。。后来我借用了几个接口数据,重新采用了vue相关技术还原了部分功能用于学习。
[原网站]:http://www.24jyun.com/24jia/community/sy_square.html

## Project setup
```
npm install
```
## 前端架构
rem页面结构(H5,CSS3)
框架(基于Vue脚手架:vue-cli3)进行搭建
数据请求处理框架(Vue-resource)
Vue-Router进行路由处理
Vue-LazyLoad进行图片赖加载
## 服务端架构
vue-resource请求接口数据
首页数据和外卖商铺以及购物车数据为了省事直接调用了之前那个项目的线上数据接口,目前依然能用,接口是我之前工作的时候用php写的。后续可以改成mockJs本地模拟数据也可以。

## 目前项目已实现功能
首页活动的展示,活动详情
首页活动评论,评论添加(并没有调用接口入库,只是模拟一条数据显示)
外卖商家以及详情展示
购物车
我的模块展示
登录(预设两个账户登陆,存入localstorage模拟登陆)

### Compiles and hot-reloads for development
```
## 安装
npm install
npm run serve
```

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

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

项目效果图










Binary file added public/1.gif
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 public/2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3822b7e

Please sign in to comment.