开发工具:
文件大小: 29kb
下载次数: 0
上传时间: 2019-07-19
详细说明: fb-flo 是一个 Chrome 扩展,它可以让你不需要重载就能改变运行中的 APP。它很容易就能整合你建立的系统、dev 环境,并且能用于你最喜欢的编辑器上。示例代码:var flo = require(fb-flo), path = require(path), fs = require(fs);var server = flo( sourceDirToWatch, { port: 8888, host: localhost, verbose: false, glob: [ // All JS files in `sourceDirToWatch` and subdirectories **/*.js, // All CSS files in `sourceDirToWatch` and subdirectories **/*.css ] }, function resolver(filepath, callback) { // 1. Call into your compiler / bundler. // 2. Assuming that `bundle.js` is your output file, update `bundle.js` // and `bundle.css` when a JS or CSS file changes. callback({ resourceURL: bundle path.extname(filepath), // any string-ish value is acceptable. i.e. strings, Buffers etc. contents: fs.readFileSync(filepath), update: function(_window, _resourceURL) { // this function is executed in the browser, immediately after the resource has been updated with new content // perform additional steps here to reinitialize your application so it would take advantage of the new resource console.log("Resource " _resourceURL " has just been updated with new content"); } }); } ); 标签:fbflo
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
相关搜索: