feat: initialize Vue application with main components and styles

- Added App.vue as the main application component with a structured layout.
- Created main.js to bootstrap the Vue application and mount it to the DOM.
- Introduced styles.css for global styling, including responsive design and theming.
- Removed outdated HTML files (stats.html, towns.html) and Python script (statsprocess.py) as part of the migration to a new Vue-based architecture.
- Added Vite configuration (vite.config.js) for building the Vue application.
This commit is contained in:
zhangyuheng
2026-03-18 10:07:03 +08:00
parent 3c65860619
commit 124b545ee2
51 changed files with 1671 additions and 14130 deletions

16
.gitignore vendored
View File

@@ -1 +1,15 @@
/stats
node_modules/
dist/
.vite/
coverage/
old-html-ver/
public/stats/*.json
*.log
*.local
__pycache__/
*.py[cod]
.DS_Store
Thumbs.db