mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-13 08:36:59 +00:00
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 :)
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
import { defineStore } from 'pinia'
|
|
|
|
export const wgdStore = defineStore('WGDashboardStore', {
|
|
|
|
}) |