08 2019 档案

摘要: 阅读全文
posted @ 2019-08-26 11:27 sosolucky 阅读(685) 评论(0) 推荐(0) 编辑
摘要:1、下载ckplayer.zip包 http://www.ckplayer.com/down/ 2、解压把ckplayer放进vue的static下 3、index.html引入ckplayer.js 4、组件简单页面使用 html: script: 阅读全文
posted @ 2019-08-22 16:02 sosolucky 阅读(2908) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-08-18 18:48 sosolucky 阅读(5281) 评论(1) 推荐(0) 编辑
摘要:判断是否是顶层窗口(父窗口) 如果不是让其在顶层窗口打开<script type="text/javascript"> if(top.location!=self.location){ top.location.href = self.location.href; } else { // conso 阅读全文
posted @ 2019-08-13 09:23 sosolucky 阅读(429) 评论(0) 推荐(0) 编辑
摘要:1 node.js安装 https://nodejs.org/en/ 下载好 安装点下一步 2 vue 安装 npm install --global vue-cli // 全局安装 查看安装成功 vue -V // 大V 3 webpack 安装 npm install webpack -g // 阅读全文
posted @ 2019-08-07 15:21 sosolucky 阅读(154) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示