# litter_insight_frontend **Repository Path**: colablack/litter_insight_frontend ## Basic Information - **Project Name**: litter_insight_frontend - **Description**: 信件分析前端项目 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-29 - **Last Updated**: 2024-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 信件分析前端项目 ##项目说明 基于vue+axios+echarts实现的对某地群众来信的简单数据可视化前端(前后端分离) ## 项目安装 - 克隆或下载本仓库 - 安装依赖 使用 ``` npm install ``` 或yarn pnpm等node包管理器安装 ## dev环境运行 ``` npm run serve ``` ### 编译打包 ``` npm run build ```