# fe-data-screen **Repository Path**: bidepan222/fe-data-screen ## Basic Information - **Project Name**: fe-data-screen - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-10 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 大屏数据可视化项目 基于 Vue3 + TypeScript + Webpack + Sass + Element Plus 的数据可视化大屏项目。 # 代码仓库 https://github.com/lilianhua/fe-big-screen # 分支 - `main` 主分支,用于发布正式版本 - `dev` 开发分支,用于开发新功能 - `feature/xxx` 功能分支,用于开发新功能 - `fix/xxx` 修复分支,用于修复 bug # 项目运行 ```bash npm install npm run dev ``` # 项目打包 ```bash npm run build ```