流星包包装 HighlightJS 使用优秀的 highlightjs[ ] 库作为子模块
2021-07-03 14:05:49 11KB CSS
1
选择器 与 Google Drive 和 Dropbox 等云服务集成总是很耗时的。 Picker 提供了一种将这些服务与 Meteor 集成的简单方法,无需任何昂贵的 SAAS 软件。 身份验证由核心身份验证包(accounts-google 等)处理 用法 Picker 提供了在客户端和服务器上可用的Picker对象。 此对象可用于启动文件选择器或处理事件。 // Launch a file picker for the service Picker . pickWithGoogle ( callback ) Picker . pickWithDropbox ( callback ) Picker . pickWithBox ( callback ) Picker . pickWithOnedrive ( callback )
2021-06-23 16:05:10 2KB JavaScript
1
为 es5 之前的浏览器提供一些功能。 并按照您认为合适的方式列出。 *Object.create *Function.prototype.bind
2021-06-23 16:04:57 2KB JavaScript
1
魔法物品 使用 Meteor 完全重写 glslsandbox.com。
2021-06-23 12:05:02 156KB JavaScript
1
流星 仅使用 html、css3 和 javascript 的简单 javascript 游戏
2021-06-22 15:04:55 90KB ApacheConf
1
流星wapi 允许使用 Meteor 进行 CQRS 的节点模块。 安装 npm i --save meteor-wapi 例子 var express = require ( "express" ) ; var MongoClient = require ( "mongodb" ) . MongoClient ; var MW = require ( "meteor-wapi" ) ; var mongoUrl = process . env . MONGO_URL || "mongodb://localhost:3001/meteor" ; MongoClient . connect ( mongoUrl , function ( err , db ) { var mw = new MW ( db ) ; var optionalCont
2021-06-09 17:07:22 21KB JavaScript
1
流星情绪数据 Meteor 情绪数据包。 用法 // Load the emotions from a json file emotions . load ( ) ; var emotion = emotions . findEmotion ( { name : 'Bad' } ) ; // Free up the memory for the garbage collector emotions . unload ( ) ;
2021-06-08 13:04:28 7KB JavaScript
1
显微镜 Discover Meteor 教程的存储库
2021-06-03 13:04:18 10KB CSS
1
无涯教程网(learnfk)整理提供:Meteor是一个用以采用纯 JavaScript 开发web和移动应用的完全开源的平台。
2021-05-13 18:03:00 2.9MB meteor javascript learnfk 无涯教程
1
流星预载器 使用velocty.js动画为您的网站预加载屏幕(又名启动屏幕)。 感谢和 用法(CoffeeScript) Template.layout.onRendered -> $('body').jpreLoader() 用法(JavaScript) Template.layout.onRendered(function() { $('body').jpreLoader(); });
2021-04-30 17:03:06 5KB JavaScript
1