Skip to content

Commit 5833333

Browse files
author
jfusco
committed
Add user modules and update readme with correct dependency link
1 parent 1ad7b9b commit 5833333

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ $ npm start
4646

4747
[npm-version-image]: https://img.shields.io/npm/v/npm.svg?maxAge=2592000
4848
[dev-dep-image]: https://david-dm.org/JFusco/vue-router-vuex-example/dev-status.svg
49-
[dev-dep-url]: https://david-dm.org/JFusco/vue-router-vuex-example#info=devDependencies
49+
[dev-dep-url]: https://david-dm.org/JFusco/vue-router-vuex-example#info=dev
5050
[dep-image]: https://img.shields.io/david/JFusco/vue-router-vuex-example.svg
5151
[dep-url]: https://david-dm.org/JFusco/vue-router-vuex-example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router-vuex-example",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"scripts": {
66
"start": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",

src/store/modules/user/actions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
'use strict';
2+

src/store/modules/user/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
'use strict';
2+

src/store/modules/user/types.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
'use strict';
2+

0 commit comments

Comments
 (0)