mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-10 08:53:51 +08:00
0c0bce9755
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 :)
6 lines
76 B
JSON
6 lines
76 B
JSON
{
|
|
"dependencies": {
|
|
"vue": "^3.3.9",
|
|
"vue-router": "^4.2.5"
|
|
}
|
|
}
|