Commit c1990676 authored by xuezezhan's avatar xuezezhan

修改配置

parent c5f411b9
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
"new": "plop", "new": "plop",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:unit": "jest --clearCache && vue-cli-service test:unit", "test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit" "test:ci": "npm run lint && npm run test:unit",
"start": "node node_modules/@sap/approuter/approuter.js"
}, },
"dependencies": { "dependencies": {
"axios": "0.18.1", "axios": "0.18.1",
...@@ -49,7 +50,8 @@ ...@@ -49,7 +50,8 @@
"vue-splitpane": "1.0.4", "vue-splitpane": "1.0.4",
"vuedraggable": "2.20.0", "vuedraggable": "2.20.0",
"vuex": "3.1.0", "vuex": "3.1.0",
"xlsx": "0.14.1" "xlsx": "0.14.1",
"@sap/approuter": "^9.1.0"
}, },
"devDependencies": { "devDependencies": {
"@fullcalendar/core": "^5.9.0", "@fullcalendar/core": "^5.9.0",
......
...@@ -50,7 +50,7 @@ module.exports = { ...@@ -50,7 +50,7 @@ module.exports = {
} }
} }
} }
}, }
}, },
port: port, port: port,
open: true, open: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment