我想为自己创建一个演示应用程序来学习angularjs和meteorjs是如何协同工作的。使用这三种要求苛刻的技术构建全栈应用程序的最佳实践是什么?
发布于 2016-11-30 16:13:23
遵循流星应用程序结构指南:https://guide.meteor.com/structure.html
如果您正在查找目录结构,请在同一文档中找到它:https://guide.meteor.com/structure.html#javascript-structure
有关实际示例,请参阅示例应用程序的应用程序结构:https://github.com/meteor/todos
https://stackoverflow.com/questions/40881984
复制相似问题