Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能是一个愚蠢的问题,但是对于我正在编写的命令行 node.js 应用程序,是否可以/建议在没有 ember 的情况下使用 ember 数据?我的前端项目中已经有一组 Ember Data 模型,我很想重用它们。
Ember-data使用Ember本身的特性,或者更准确地说,它是基于 ember 的,并且将来会被合并到其中,因此您必须包含 ember 库及其依赖项(handlebars)以用于 ember-数据工作,但之后你只能使用你需要的部分,比如模型。