🚑️ 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:
+10
@@ -0,0 +1,10 @@
|
||||
var __defProp = Object.defineProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
|
||||
export {
|
||||
__export
|
||||
};
|
||||
//# sourceMappingURL=chunk-PZ5AY32C.js.map
|
||||
Reference in New Issue
Block a user