# gm-front **Repository Path**: zjc348/gm-front ## Basic Information - **Project Name**: gm-front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-17 - **Last Updated**: 2024-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 系统 基于 Vue 3 + js + Pinia +Vite + Ant Design Vue 构建 ## 功能特性 - 使用 Vue 3 和 Vite 构建,具备高效的开发体验和优秀的性能表现 - 集成了 Ant Design Vue 组件库,提供美观的 UI 界面和丰富的组件选项 和主题切换 - 使用 Vue Router 实现路由管理,支持多层级路由和动态路由 - 使用 Axios 处理 HTTP 请求,与后端进行数据交互 - 集成 ECharts 图表库,展示数据统计和可视化效果 - 使用 Pinia 进行状态管理,提供了一种响应式的数据流方案 - 集成 Tinymce 富文本编辑器和 Vditor Markdown 编辑器,满足不同的编辑需求 - 使用 Lodash 提供常用工具函数,简化开发流程 - 集成了测试工具集 @vue/test-utils 和 vitest,方便进行单元测试 ## 快速开始 1. 安装依赖 ``` npm install ``` 2. 本地启动 ``` npm run dev ``` 3. 打包生产环境 ``` npm run build ```