摘要: open -a "Google Chrome" --args --disable-web-security --allow-file-acess-from-files --user-data-dir (退出谷歌浏览器,在终端输入即可,当浏览器有提示时即成功) 阅读全文
posted @ 2018-03-21 10:11 JeckHui 阅读(413) 评论(0) 推荐(0)
摘要: 开发demo 一、滚动到指定位置 $('#scroll_a').click(function() { $('html,body').animate({ scrollTop: $('#topLink').offset().top }, 800); }); 二、引入页面 1.IFrame引入,看看下面的 阅读全文
posted @ 2018-03-21 10:07 JeckHui 阅读(715) 评论(0) 推荐(0)
摘要: 如下图: 1.安装node.js webpack node -v 查看版本 webpack -v 2.安装脚手架 vue-cli npm install -g vue-cli 3. 在项目文件夹创建项目(如上图) vue init webpack-simple zbsq( ) vue init we 阅读全文
posted @ 2018-03-21 10:04 JeckHui 阅读(2032) 评论(0) 推荐(0)