文件名称:meteor_simple_todos
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-19 03:33:32
JavaScript
meteor版本为1.7.0,位于~/.meteor/实作 如果执行的meteor是跟React一起用的,需加上指令才能执行,这算是bug, meteor remove blaze-html-templates meteor add static-html 建构档案指令 meteor create {file-name} 在建构的档案底下跑一个执行于的hot loading server meteor 如果要在mongoDB console 加资料,以下指令 // 進入 mongo console meteor mongo // 在mongo console底下塞新資料 meteor:PRIMARY> db.tasks.insert({ text: "jimmy hello", createdAt: new Date() }); 目录结构: client/main.js
【文件预览】:
meteor_simple_todos-master
----.gitignore(14B)
----README.md(1KB)
----tests()
--------main.js(503B)
----server()
--------main.js(140B)
----package.json(630B)
----client()
--------main.js(234B)
--------main.html(91B)
--------main.css(2KB)
----.meteor()
--------.id(327B)
--------.gitignore(6B)
--------platforms(15B)
--------packages(1KB)
--------versions(1KB)
--------release(15B)
--------.finished-upgraders(568B)
----imports()
--------api()
--------ui()
----package-lock.json(20KB)