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.
我已经制作了几个Nuxt RND(通用和 spa)应用程序。现在我想把这些应用程序变成原生移动应用程序。Vue native 是一种选择,但我只想用 SSR 模式保持所有东西的形状
请给我您宝贵的建议
谢谢大家,提前谢谢:)
您还可以查看 Ionic 的Capacitor,它使您能够构建混合应用程序。它基本上会采用您构建的 UI,将其捆绑在生成的本机应用程序中并通过WebView呈现它。安装 Capacitor 并运行后,npx cap init您可能需要将内部构建的 Web 资产的目录设置capacitor.config.json为"webDir": "dist".
npx cap init
capacitor.config.json
"webDir": "dist"