WGDashboard/package.json
Donald Zou 0c0bce9755 Combining Vue.js!!! How exciting!
Adding Vue.js to handle frontend changes, leaving the server only need to response json data. Ditching flask template and hope it can reduce the memory and cpu usage :)
2023-11-30 09:42:02 -05:00

6 lines
76 B
JSON

{
"dependencies": {
"vue": "^3.3.9",
"vue-router": "^4.2.5"
}
}