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.
如何在boilerplate.js 中支持本地存储?这个想法是使用 jquery dform 和 localstorage 并通过表单视图将其呈现在视图中非常快。
只需在您的一个模块中正常使用它作为依赖项即可。模块 sampleModule2 展示了一个使用简单的 localstorage.js 持久化到本地存储中的 Backbone Todo 示例
从我看到的boilerplate.js 来看,它让你可以自由地在每个模块中做任何你想做的事情。如果您希望跨模块对 localstorage 进行更一致的访问,您可能可以在上下文中将 requirejs 对 localstorage.js 的依赖提升到更高。