# vue-拖拽信号源播放监控组件 **Repository Path**: wuml/vue-sortable-ckplayer ## Basic Information - **Project Name**: vue-拖拽信号源播放监控组件 - **Description**: 该组件主要使用的是 vue + sortable(拖拽插件) + skplayer(播放插件) + vediojs,编写的拖拽信号源播放监控(摄像机)等信号源组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-27 - **Last Updated**: 2021-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-sortable-ckplayer ## 项目使用 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 ``` ## 项目依赖 生产依赖 ```json "core-js": "^3.6.5", "sortablejs": "^1.13.0", "video.js": "^7.13.3", "videojs-contrib-hls": "^5.15.0", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0" ``` 开发依赖 ```json "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^6.2.2", "lint-staged": "^9.5.0", "node-sass": "^4.12.0", "sass-loader": "^8.0.2", "vue-template-compiler": "^2.6.11" ``` ## 技术栈 | 技术 | 说明 | 版本 | | --- | --- | --- | | [Vue](https://vuejs.org) | 框架 | 2.6.11 | | [Vue-router](https://router.vuejs.org) | 路由框架 | 3.2.0 | | [Vuex](https://vuex.vuejs.org) | 全局状态管理框架 | 3.4.0 | | [sortable](http://www.itxst.com/sortablejs/vayvvq7z.html) | 拖拽插件 | 1.13.0 | | [video.js](https://videojs.com/) | 视频播放插件 | 7.13.3 | ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).