Skip to content

Commit 722097d

Browse files
committed
fix(package): add vue-cli as dependency
1 parent d666d82 commit 722097d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"bugs": {
1919
"url": "https://github.com/InCuca/vue-loopback/issues"
2020
},
21-
"homepage": "https://github.com/InCuca/vue-loopback#readme"
21+
"homepage": "https://github.com/InCuca/vue-loopback#readme",
22+
"devDependencies": {
23+
"vue-cli": "^2.9.1"
24+
}
2225
}

0 commit comments

Comments
 (0)