# dashboard **Repository Path**: samxfan/dashboard1 ## Basic Information - **Project Name**: dashboard - **Description**: 静态仪表盘 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-19 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 仪表盘 UI还原度在70%,用时10小时。 ### 问题1:100万个数字,位置打乱,在question/index.vue文件里,在控制台看结果 ### 问题2:2个数组获取相同和不同的数字,在question/index.vue文件里,在控制台看结果 使用node22、vite7和vue3搭建项目 使用element-plus构建UI 使用echarts实现图表 ### 根据UI原型.jpg,使用AI生成了一个[仪表盘](https://gitee.com/samxfan/ai)项目 This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```