# vue2+datav+v-scale-screen 大屏框架 **Repository Path**: lu_weiliang/vue2-datav ## Basic Information - **Project Name**: vue2+datav+v-scale-screen 大屏框架 - **Description**: vue2+datav+v-scale-screen 大屏框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-06-26 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # datav-project ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### DataV [Vue 大屏数据展示组件库](http://datav.jiaminghi.com/guide/). ### v-scale-screen [大屏自适应容器组件](https://github.com/Alfred-Skyblue/v-scale-screen). ## element-ui 主题颜色变更 src\design\element-ui-dark.scss 如需每个页面单独设置主题颜色,请在对应页面的 style 标签中添加。 ## element-ui 弹框样式兼容 增加 append-to-body 或者 popper-append-to-body 属性(属性具体看element文档),默认为 true。设置成 false ``` ```