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.
在我的 NativeScript-Vue 移动应用程序中包含 Vuex 后,tns 预览无法解析依赖于 Vuex 的模块。该应用程序在 tns run、tns build 下运行良好。该问题同时影响 IOS 和 Android。
预览应用程序是使用指定的插件集构建的,并且仅适用于这些插件。用户无法向预览应用程序添加其他插件。Vuex 不包含在预览应用程序的插件中,这就是预览不起作用的原因。我怀疑tns preview --bundle命令可能有效,因此您可以尝试一下。
tns preview --bundle