feat: added vue router

This commit is contained in:
2020-10-29 22:46:30 +01:00
parent 2aebb5c869
commit 6ce268fc49
7 changed files with 134 additions and 47 deletions

View File

@@ -5,18 +5,20 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"buildw": "vue-cli-service build --watch",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"buildw": "vue-cli-service build --watch"
},
"dependencies": {
"core-js": "^3.6.4",
"nipplejs": "^0.8.5",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-socket.io": "^3.0.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.0.3",