# henan_lowbitstream **Repository Path**: tsy128/henan_lowbitstream ## Basic Information - **Project Name**: henan_lowbitstream - **Description**: 河南低码流项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-12 - **Last Updated**: 2021-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # traffic_common_web ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). --- ## 开发工具(第三方库) #### 1. [view-design](https://www.iviewui.com/) 一套基于 Vue.js 的高质量 UI 组件库 - 安装方法: ``` npm install view-design --save ``` #### 2. [axios](https://www.runoob.com/vue2/vuejs-ajax-axios.html) 一个基于 Promise 的 HTTP 库,可以用在浏览器和 node.js 中 - 安装方法: ``` npm install axios --save ``` #### 3. [Echarts](https://echarts.apache.org/zh/index.html) 一个使用 JavaScript 实现的开源可视化库,提供了常规的折线图、柱状图、散点图、饼图、雷达图等 #### 4. [Vue-Echarts](https://github.com/ecomfe/vue-echarts) 基于Apache ECharts (incubating) v4.1.0+ 开发,依赖 Vue.js v2.2.6+ - Echarts 和 Vue-Echarts结合使用,安装方法: ``` npm install echarts vue-echarts --save ``` #### 5. [flv.js](https://github.com/Bilibili/flv.js) 一个 HTML5 Flash 视频(FLV)播放器,纯原生 JavaScript 开发,*没有用到 Flash* - 安装方法: ``` npm install flv.js --save ``` #### 6. [vue-video-player](https://github.com/surmon-china/vue-video-player) 适用于 Vue 的 video.js 播放器组件 - 安装方法: ``` npm install vue-video-player --save ``` #### 7. [dayjs](https://www.npmjs.com/package/vue-dayjs) 一个轻量级的处理时间和日期的javascript库 - 安装方法: ``` npm install dayjs --save ```