meteor-autoform-learn:包 aldeed

时间:2024-07-04 13:57:05
【文件属性】:

文件名称:meteor-autoform-learn:包 aldeed

文件大小:19KB

文件格式:ZIP

更新时间:2024-07-04 13:57:05

JavaScript

#使用方法 ##添加包 meteor add aldeed:autoform meteor add aldeed:collection2 ##定义模式 Books = new Mongo.Collection("books"); Books.attachSchema(new SimpleSchema({ title: { type: String, label: "Title", max: 200 }, author: { type: String, label: "Author" }, copies: { type: Number, label: "Number of copies", min: 0 }, lastCheckedOut: { type: Date, label:


【文件预览】:
meteor-autoform-learn-master
----client()
--------layout.html(1KB)
--------layout.css(8B)
--------template()
----README.md(8KB)
----.meteor()
--------.gitignore(6B)
--------.finished-upgraders(262B)
--------release(11B)
--------packages(357B)
--------.id(321B)
--------versions(1KB)
--------platforms(15B)
----.idea()
--------misc.xml(125B)
--------encodings.xml(164B)
--------workspace.xml(41KB)
--------vcs.xml(164B)
--------scopes()
--------jsLibraryMappings.xml(197B)
--------.name(21B)
--------meteor-autoform-learn.iml(358B)
--------modules.xml(294B)
----lib()
--------routes.js(599B)
--------collection()

网友评论