File tree 1 file changed +10
-12
lines changed 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ __注:此项目纯属个人瞎搞,正常下单请选择饿了么官方客户
20
20
vue2 + vuex + vue-router + webpack + ES6/7 + fetch + sass + flex + svg
21
21
22
22
23
- ## 关于 数据接口 的说明🤔
24
-
25
- ### 2017-05-30
26
-
27
- 由于一些原因,以前的数据接口无法使用,导致项目无法正常运行。以后改用nodejs构建的[ 后台系统] ( https://github.com/bailicangdu/node-elm ) 接口,数据接口的格式保持了和官网的一致。并提供对应的[ 后台管理系统] ( https://github.com/bailicangdu/vue2-manage )
28
-
29
-
30
-
31
23
## 项目运行
32
24
33
25
#### 注意:由于涉及大量的 ES6/7 等新属性,node 需要 6.0 以上版本
@@ -41,11 +33,10 @@ npm install
41
33
42
34
npm run dev
43
35
44
- npm run local (访问本地后台系统,需运行node-elm后台系统)
45
-
46
36
```
47
- ### 另外
37
+ ## 另外
48
38
因为此项目有配套的后台系统,如果想前后台同时开发,可以下载对应的后台系统:[ 后台项目传送地址] ( https://github.com/bailicangdu/node-elm ) 。
39
+ 此时启动项目使用:npm run local 而不是 npm run dev。
49
40
50
41
51
42
# 说明
@@ -67,6 +58,14 @@ npm run local (访问本地后台系统,需运行node-elm后台系统)
67
58
> 另外一个 vue2 + vuex 的入门项目,比当前的项目简单很多,非常适合入门练习。[ 地址在这里] ( https://github.com/bailicangdu/vue2-happyfri )
68
59
69
60
61
+ ## 关于 数据接口 的说明🤔
62
+
63
+ ### 2017-05-30
64
+
65
+ 由于一些原因,以前的数据接口无法使用,导致项目无法正常运行。以后改用nodejs构建的[ 后台系统] ( https://github.com/bailicangdu/node-elm ) 接口,数据接口的格式保持了和官网的一致。并提供对应的[ 后台管理系统] ( https://github.com/bailicangdu/vue2-manage )
66
+
67
+
68
+
70
69
# 效果演示
71
70
72
71
[ 查看demo请戳这里] ( http://cangdu.org:8001/ ) (请用chrome手机模式预览)
@@ -77,7 +76,6 @@ npm run local (访问本地后台系统,需运行node-elm后台系统)
77
76
78
77
79
78
80
-
81
79
# 目标功能
82
80
- [x] 定位功能 -- 完成
83
81
- [x] 选择城市 -- 完成
You can’t perform that action at this time.
0 commit comments