mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 07:50:13 +01: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 :)
18 lines
209 B
Plaintext
18 lines
209 B
Plaintext
.vscode
|
|
.DS_Store
|
|
.idea
|
|
src/db
|
|
__pycache__
|
|
src/test.py
|
|
*.db
|
|
src/wg-dashboard.ini
|
|
src/static/pic.xd
|
|
*.conf
|
|
private_key.txt
|
|
public_key.txt
|
|
venv/**
|
|
log/**
|
|
release/*
|
|
src/db/wgdashboard.db
|
|
.jshintrc
|
|
node_modules/** |