You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="#backers"alt="sponsors on Open Collective"><imgsrc="https://opencollective.com/easy-vue/backers/badge.svg" /></a> <ahref="#sponsors"alt="Sponsors on Open Collective"><imgsrc="https://opencollective.com/easy-vue/sponsors/badge.svg" /></a>
14
14
</p>
@@ -24,11 +24,14 @@
24
24
## Dependence
25
25
Dependence |Version
26
26
-------------------|-------
27
-
Vue |2.0+
28
-
Vuex |2.0+
29
-
Webpack |3.0+
30
-
31
-
## Latest Version 0.7.2(2017/11/12)
27
+
Vue |2.6.10
28
+
Vuex |3.1.1
29
+
Webpack |4.32.2
30
+
31
+
## Latest Version 0.8.0(2019/05/26)
32
+
- 0.8.0 [2019/05/26]
33
+
+ use webpack 4.32.2
34
+
+ use vue 2.6.10
32
35
- 0.7.2 [2017/11/12]
33
36
+ refactor ui for card component
34
37
- 0.7.1 [2017/06/20]
@@ -75,8 +78,8 @@ Webpack |3.0+
75
78
step 1: yarn install
76
79
77
80
step 2:
78
-
- develop: npm run dev
79
-
- build : npm run build, and use *lite-server* or *http-server* to visit the dist directory
81
+
- develop: yarn run dev
82
+
- build : yarn run build, and use *lite-server* or *http-server* to visit the dist directory
0 commit comments