上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: taro image引入图片 import Taro, { Component } from '@tarojs/taro' import { View, Image } from '@tarojs/components' 1、网络图片 <Image style='width:300px;height 阅读全文
posted @ 2019-10-23 14:31 pikachuWorld 阅读(7112) 评论(0) 推荐(0) 编辑
摘要: 启用 HMR 阅读全文
posted @ 2019-10-10 22:48 pikachuWorld 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 一、 source map 现在,让我们来做一些调试,在 print.js 文件中生成一个错误: src/print.js 二、使用观察模式 三、用 webpack-dev-server webpack-dev-server 为你提供了一个简单的 web 服务器,并且能够实时重新加载(live re 阅读全文
posted @ 2019-09-24 22:32 pikachuWorld 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 项目接过来突然报这些被折磨死了:上网查各种奇怪的答案的都有还是没有解决 静下心挨个注释页面只剩导航切换了,还是报错我就纳闷了。 周末回家挨个注释, 项目重启,开发工具重启(为了去掉缓存之类的) 结果定位到每次滑倒下面一定距离,这个是猜你喜欢的那块分页的逻辑, 然后下滑请求接口注释就不报错了,后来请求 阅读全文
posted @ 2019-09-22 00:18 pikachuWorld 阅读(16418) 评论(0) 推荐(0) 编辑
摘要: 更新 Taro 提供了更新命令来更新 CLI 工具自身和项目中 Taro 相关的依赖 更新 Taro CLI 工具 # taro # taro $ taro update self $ taro update self # npm # npm npm i -g @tarojs/cli@latest 阅读全文
posted @ 2019-09-22 00:00 pikachuWorld 阅读(2192) 评论(0) 推荐(0) 编辑
摘要: 配置好上传的域名 上传的图片的域名后来更换了但是小程序后台没换,重新加下就好了。 灵感链接: https://developers.weixin.qq.com/community/develop/doc/00004449ea460025fde8f3ebb56c00 阅读全文
posted @ 2019-09-21 23:49 pikachuWorld 阅读(1268) 评论(0) 推荐(0) 编辑
摘要: 1、输出多个 bundle dist/index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Output Management</title> </head> <body> <script type="text/ 阅读全文
posted @ 2019-09-15 23:39 pikachuWorld 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 管理资源: 加载 CSS npm install --save-dev style-loader css-loader 加载图片npm install --save-dev file-loader 加载字体 加载数据 npm install --save-dev csv-loader xml-loa 阅读全文
posted @ 2019-09-15 22:56 pikachuWorld 阅读(112) 评论(0) 推荐(0) 编辑
摘要: webpack.* webpack 是一个现代 JavaScript 应用程序的静态模块打包器(module bundler)。当 webpack 处理应用程序时,它会递归地构建一个依赖关系图(dependency graph),其中包含应用程序需要的每个模块,然后将所有这些模块打包成一个或多个 b 阅读全文
posted @ 2019-09-15 21:14 pikachuWorld 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 推荐使用 Node.js 版本 6+。 vue-server-renderer 和 vue 必须匹配版本。 const Vue = require('vue') const server = require('express')() const renderer = require('vue-ser 阅读全文
posted @ 2019-09-13 21:25 pikachuWorld 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页