# fire-Big-Screen **Repository Path**: dupeng0224/fire-big-screen ## Basic Information - **Project Name**: fire-Big-Screen - **Description**: 森林防火的大屏展示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-21 - **Last Updated**: 2024-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # default ## Project setup ``` npm install ``` ### 安装依赖 ``` npm install element-ui vue-amap vue-aliplayer-v2 videojs-flash @jiaminghi/data-view echarts //全部搞定 npm install element-ui //ui插件 npm install vue-amap //地图 npm install vue-aliplayer-v2 //播放器 npm install videojs-flash //flash插件 npm install @jiaminghi/data-view //DateV npm install echarts //统计图插件 ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).