Skip to content

Commit 1040f12

Browse files
committed
Got Socket Connection Working
1 parent 9b629ec commit 1040f12

File tree

23 files changed

+440
-243
lines changed

23 files changed

+440
-243
lines changed

client/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
parser: "babel-eslint",
99
},
1010
rules: {
11-
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
11+
//"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
1212
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
1313
},
1414
};

client/package-lock.json

Lines changed: 216 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"dependencies": {
1111
"@fortawesome/fontawesome-free": "5.15.3",
1212
"core-js": "^3.6.5",
13+
"socket.io-client": "2.3.1",
1314
"roboto-fontface": "*",
1415
"vue": "^2.6.11",
1516
"vue-router": "^3.2.0",
17+
"vue-socket.io-extended": "^4.1.0",
1618
"vuetify": "^2.4.0",
1719
"vuex": "^3.4.0"
1820
},

0 commit comments

Comments
 (0)