🚑️ chore: add Vue.js and related dependencies, configure Netlify build settings, and create documentation structure

- Added Vue.js and various VitePress plugins to package.json for enhanced documentation capabilities.
- Created vue.js and vue.js.map files in the VitePress cache for Vue component support.
- Configured netlify.toml for build commands and redirects to support SPA routing and API proxying.
This commit is contained in:
web@ppanel
2025-12-11 08:53:22 +00:00
parent 484975c657
commit 6a70eab2e9
26 changed files with 74087 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"type": "module"
}