上一页 1 ··· 9 10 11 12 13 14 15 下一页
  2017年9月19日
摘要: http://www.jb51.net/article/84973.htm 记录 阅读全文
posted @ 2017-09-19 12:02 执候 阅读(106) 评论(0) 推荐(0) 编辑
  2017年9月14日
摘要: 参考:菜鸟教程,canvas教程 绘制一个简单的矩形 绘制线条 绘制圆形 绘制文本 font() 定义字体fillText(text,x,y) 在canvas上绘制实心的文本stroke Text(text,x,y) 在canvas上绘制空心的文本 渐变色 图像 drawImage(image,x, 阅读全文
posted @ 2017-09-14 13:38 执候 阅读(462) 评论(0) 推荐(0) 编辑
  2017年9月8日
摘要: http://www.cnblogs.com/songrimin/p/6905136.html 这个地址不错 在上一些我的demo代码 第一步安装 npm install vue-awesome-swiper --save main.js require('swiper/dist/css/swipe 阅读全文
posted @ 2017-09-08 11:58 执候 阅读(173) 评论(0) 推荐(0) 编辑
  2017年9月7日
摘要: 参考地址:https://segmentfault.com/a/1190000006165434 例1: 例2 例3: 阅读全文
posted @ 2017-09-07 17:58 执候 阅读(156) 评论(0) 推荐(0) 编辑
  2017年9月6日
摘要: 第一种 比较灵活简单的方式(切换改变部分的内容在组件中比较方便操作) 第二种(比较死板,内容被固定住了) 第三种(比较死板,内容被固定住了,使用过jquery的人习惯用的方式) 阅读全文
posted @ 2017-09-06 18:10 执候 阅读(466) 评论(0) 推荐(0) 编辑
  2017年8月29日
摘要: 1,先下载一个github 2,去github上上传文件 . 3,用下载的github指令面板运行,把新建项目生成的git地址,在本地克隆 进入文件夹,设置个人信息,把 你要上传的文件放到文件夹里面 git add * 等等 把文件推到远程仓库 找到文件创建gh-pages分支 在setting中查 阅读全文
posted @ 2017-08-29 17:26 执候 阅读(195) 评论(0) 推荐(0) 编辑
  2017年8月17日
摘要: 我是在vue做的数据 actions mutations state index页面获取值 传递给子页面 子页面的操作 <template> <div class='cascade__container'> <div class='left__container'> <div class='sele 阅读全文
posted @ 2017-08-17 11:21 执候 阅读(712) 评论(0) 推荐(0) 编辑
  2017年8月2日
摘要: 使用vuex做简单的加减 效果 在组件中提交 Mutations 你可以在组件中使用 this.$store.commit('xxx') 提交 mutation,或者使用 mapMutations 辅助函数将组件中的 methods 映射为 store.commit 调用(需要在根节点注入 stor 阅读全文
posted @ 2017-08-02 15:14 执候 阅读(169) 评论(0) 推荐(0) 编辑
  2017年8月1日
摘要: http://mint-ui.github.io/docs/#/en2 Mintui 详细地址 基于2.0的安装 npm install mint-ui -S 主要就三行指令 import Mint from 'mint-ui'import 'mint-ui/lib/style.css' Vue.u 阅读全文
posted @ 2017-08-01 17:41 执候 阅读(880) 评论(0) 推荐(0) 编辑
  2017年7月28日
摘要: 1,bootstrap和vue2.0结合使用 vue文件搭建好后,引入jquery和bootstrap 我采用的方式为外部引用 在main.js内部直接导入 用vue-cli直接安装jquery和bootstrap npm install jquery --save 首先在脚手架里面配置,找到web 阅读全文
posted @ 2017-07-28 14:49 执候 阅读(534) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页