余烬共享:余烬的坚持与协作 源码
EmberShare EmberShare是一个Ember持久性库,它利用了ShareJS(一个健壮的Operational Transforms后端服务器)。 除了提供协作编辑功能外,它还负责保持模型的一致性。 建筑: grunt build-release 如何使用: 从/dist forlder包含最适合您的项目的库版本 将商店注入应用程序 App.initializer({ name: 'injectStore', initialize: function(container, application) { application.register('store:main',EmberShare.Store); application.inject('controller', 'store', 'store:main'); application.i
文件列表
ember-share-master.zip
(预估有个58文件)
ember-share-master
.jshintrc
827B
Gruntfile.js
2KB
lib
ember-share.js
976B
ember-share
models
share-array.js
2KB
share-proxy.js
3KB
store.js
6KB
暂无评论