tobee
tobee
1. p20节中,胖哥写错了,应该是安装```highlight.js```包,而不是```highlight```,提醒下各位~ 2. p20节中,需要在```detailed-content```类中加入以下代码才能看到效果: ``` ```
[解决方案](https://github.com/goldvideo/h265player/issues/27#issuecomment-849273752)
Error: No files matching the pattern "C:\Users\phantomtiger\Desktop\HEVC-video-demo\h265player-master\src\themes\**\*.css" were found. 1. 首先直接去node_modules中找到\stylelint\lib\standalone.js:207行,将相关路径判空代码先注释; 2. 然后运行npm run dev进行打包,然后dist文件夹就会生成goldplay-h265.css和goldplay-h265-sdk.js两个文件; 3. 接着在文件根目录下使用http-server跑一个服务器,或用其他工具跑起本地服务也行,点开demo.html即可看到页面; 