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