Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [video.js](https://github.com/videojs/video.js). These dependencies need to be updated together. Removes `xmldom` Updates `video.js` from 7.8.3 to 7.20.3 - [Release notes](https://github.com/videojs/video.js/releases) - [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/video.js/compare/v7.8.3...v7.20.3) --- updated-dependencies: - dependency-name: xmldom dependency-type: indirect - dependency-name: video.js dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
cv-frontend
Installation
- 安装git
- node.js
- 百度一下vue 的安装过程
- 使用webstorm git clone 该项目
- 使用命令行运行 npm run dev
Contribution
1.创建自己的分支 2.每次拉之前先pull其他人的分支 3.push到自己的分支上 4.由我统一合并