会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
素~
博客园
首页
新随笔
联系
订阅
管理
2019年10月16日
小程序:下拉刷新,上拉加载
摘要: wxml: wxss: js:
阅读全文
posted @ 2019-10-16 17:07 素~
阅读(190)
评论(0)
推荐(0)
编辑
小程序 筛选
摘要: wxml: wxss: js:
阅读全文
posted @ 2019-10-16 14:27 素~
阅读(390)
评论(0)
推荐(0)
编辑
2019年5月28日
Travel 项目环境配置
摘要: 1. git clone https://github.com/1536831062/Travel.git 2. vue init webpack Travel // vue 脚手架 3. npm run dev // 运行指令 4. git add . // 将本地文件提交到线上 5 git co
阅读全文
posted @ 2019-05-28 19:28 素~
阅读(119)
评论(0)
推荐(0)
编辑
2018年10月13日
ajax
摘要: $(function(){ $.ajax({ url : '.........', type : 'get', success : function(response){ console.log(response) } }); });
阅读全文
posted @ 2018-10-13 10:52 素~
阅读(117)
评论(0)
推荐(0)
编辑
2018年9月19日
vue 项目编译打包
摘要: 1. npm run build 2. npm install -g serve 3.serve dist
阅读全文
posted @ 2018-09-19 15:32 素~
阅读(2135)
评论(0)
推荐(0)
编辑
2018年9月14日
自学网
摘要: 1. IT营 https://www.itying.com/ 2. 自学编程吧 https://www.zxbc8.com/forum.php 3.IT教程吧 https://www.itjc8.com/ 4.自学IT吧 http://www.zxit8.com/
阅读全文
posted @ 2018-09-14 09:16 素~
阅读(552)
评论(0)
推荐(0)
编辑
2018年9月2日
命名规范参考
摘要:
阅读全文
posted @ 2018-09-02 21:40 素~
阅读(126)
评论(0)
推荐(0)
编辑
2018年8月24日
使用npm打包vue项目
摘要: $ npm run build
阅读全文
posted @ 2018-08-24 10:29 素~
阅读(400)
评论(0)
推荐(0)
编辑
2018年7月31日
vue音乐播放器项目 二级路由跳转
摘要: 1. 在 index.js 设置子路由 2. 在 template 中插入 <router-view></router-view> 3. 在需要点击的位置设置点击事件 @click="selectItem(item)" 4. 设置方法
阅读全文
posted @ 2018-07-31 15:15 素~
阅读(173)
评论(0)
推荐(0)
编辑
2018年7月24日
better-scroll (下拉刷新、上拉加载)
摘要: 1. 下载 better-scroll npm install better-scroll --save 2. html 要符合以下条件 3. 在 style 下: 4. 在script 中引入 import BScroll from 'better-scroll' 5. 在 export defa
阅读全文
posted @ 2018-07-24 11:20 素~
阅读(250)
评论(0)
推荐(0)
编辑
下一页