文件名称:melior-meteor:一组用于快速启动Meteor项目的样板文件和目录
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-18 11:31:22
JavaScript
梅里尔流星 在与,随着我创建越来越多的Meteor应用程序,我认为将几乎在每个Meteor项目中使用的所有基本设置和样板组合在一起的“快速入门”工具包会很有用。 快速开始 运行meteor create yourAppName 运行cd yourAppName 运行rm yourAppName.css yourAppName.html yourAppName.js 将此yourAppName所有文件和文件夹复制到您的目录( yourAppName )中 运行meteor add accounts-password alanning:roles aldeed:collection2 check chrismbeckett:toastr email fortawesome:fontawesome ian:accounts-ui-bootstrap-3 iron:router joshow
【文件预览】:
melior-meteor-master
----client()
--------main.html(331B)
--------views()
--------stylesheets()
--------startup()
--------helpers()
----server()
--------publications.js(612B)
--------methods.js(21B)
--------initialise.js(1KB)
----config()
--------settings-development.json(364B)
--------settings-production.json(364B)
----lib()
--------collections()
--------router.js(1KB)
----public()
--------images()
----README.md(1KB)