08 2019 档案
摘要:1、下载ckplayer.zip包 http://www.ckplayer.com/down/ 2、解压把ckplayer放进vue的static下 3、index.html引入ckplayer.js 4、组件简单页面使用 html: script:
阅读全文
摘要:1、官网下载js包 https://open.ys7.com/mobile/download.html 2、(把下载好的ezuikit.js js包)放进vue 的 static 下 3、在index.html引入 4、关闭eslint config/index.js 5、组件中使用 <video
阅读全文
摘要:判断是否是顶层窗口(父窗口) 如果不是让其在顶层窗口打开<script type="text/javascript"> if(top.location!=self.location){ top.location.href = self.location.href; } else { // conso
阅读全文
摘要:1 node.js安装 https://nodejs.org/en/ 下载好 安装点下一步 2 vue 安装 npm install --global vue-cli // 全局安装 查看安装成功 vue -V // 大V 3 webpack 安装 npm install webpack -g //
阅读全文