Skip to content

Commit

Permalink
nt
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed May 31, 2017
1 parent abb96fe commit 97167eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ __注:此项目纯属个人瞎搞,正常下单请选择饿了么官方客户
vue2 + vuex + vue-router + webpack + ES6/7 + fetch + sass + flex + svg


# 关于 数据接口 的说明🤔

### 2017-05-30

由于一些原因,官网数据接口无法使用,导致项目无法正常运行。今天开始改用nodejs构建的后台接口,并且保持了和官网的一致。感兴趣的朋友可以去看看。[后台项目地址](https://github.com/bailicangdu/node-elm)



## 项目运行

#### 注意:由于涉及大量的 ES6/7 等新属性,nodejs 必须是 6.0 以上版本 ,node 7 是先行版,有可能会出问题,建议使用 node 6 稳定版
Expand All @@ -31,7 +39,9 @@ cd vue2-elm
npm install
npm run dev
npm run dev (访问线上后台系统)
npm run local (访问本地后台系统,需运行node-elm后台系统)
```

Expand All @@ -53,14 +63,6 @@ npm run dev
> 另外一个 vue2 + vuex 的入门项目,比当前的项目简单很多,非常适合入门练习。[地址在这里](https://github.com/bailicangdu/vue2-happyfri)


# 关于 数据接口 的说明🤔

### 2017-05-30 更新

由于一些原因,官网数据接口无法使用,导致项目无法正常运行。今天开始改用nodejs构建的后台接口,并且保持了和官网的一致。感兴趣的朋友可以去看看。[后台项目地址传](https://github.com/bailicangdu/node-elm)


# 效果演示

[查看demo请戳这里](http://cangdu.org:8001/)(请用chrome手机模式预览)
Expand All @@ -71,8 +73,6 @@ npm run dev





# 目标功能
- [x] 定位功能 -- 完成
- [x] 选择城市 -- 完成
Expand Down

0 comments on commit 97167eb

Please sign in to comment.