Meteor-Starter-Template:以Meteor开头的模板

时间:2024-02-23 22:38:39
【文件属性】:

文件名称:Meteor-Starter-Template:以Meteor开头的模板

文件大小:232KB

文件格式:ZIP

更新时间:2024-02-23 22:38:39

template website application real-time mongodb

流星入门模板 以Meteor开头的模板。 它包括一个摘要,以了解最重要的功能以及如何以正确的方式使用Meteor。 分布式数据协议-DDP 客户端和服务器之间的通信协议。 通过支持更多类型的EJSON(JSON实现)发送数据。 发布和订阅 远程过程调用 流星结构 路径 说明 ./client/ 仅在客户端上运行。 ./server/ 仅在服务器上运行。 ./private/ 仅用于服务器代码的资产。 ./public/ 静态资产,字体,图像等 ./lib/ 在其他一切之前运行。 ./test/ 不会在任何地方运行。 ./**/** 在客户端和服务器上运行。 main.* 追逐其他一切。 出版物和订阅 要控制发布,我们需要删除默认的自动发布包: meteor remove autopublish 在服务器中,我们配置我们将发布给客户 Meteor . publish ( 'posts' , function ( currentAuthor ) { return Posts . find ( { author : currentAuthor } )


【文件预览】:
Meteor-Starter-Template-master
----public()
--------favicon.png(2KB)
--------apple-touch-icon-precomposed.png(3KB)
----i18n()
--------en.i18n.json(139B)
--------es.i18n.json(145B)
--------fr.i18n.json(142B)
----client()
--------main.js(34B)
--------stylesheets()
--------head.html(429B)
----images()
--------meteor.png(11KB)
--------meteor.jpeg(186KB)
----packages()
--------app-prod-security()
----settings-development.json(36B)
----LICENSE(1KB)
----README.md(10KB)
----imports()
--------utils()
--------ui()
--------api()
--------startup()
----.editorconfig(188B)
----tests()
--------login.js(1KB)
--------signup.js(904B)
--------not-found.js(396B)
----.gitignore(578B)
----server()
--------main.js(34B)
----.meteor()
--------.finished-upgraders(495B)
--------packages(2KB)
--------.id(323B)
--------release(15B)
--------platforms(26B)
--------cordova-plugins(0B)
--------versions(3KB)
--------.gitignore(17B)
----package.json(2KB)

网友评论