英文:
Is Vue native is still used?
问题
我是一个Vue前端开发者,
我刚刚看到我可以通过Vue Native构建手机应用...
但是一旦我进入了它的文档,我看到:
> Vue Native已被弃用,不再维护。
那么学习和使用Vue Native还有用吗?
或者不再有技术支持或教程,这样工作会变得困难吗?
英文:
I am a Vue front end developer,
I saw few moments ago that I can build phone app via Vue-native ..
But once I entered its documentation I could read :
> Vue Native has been deprecated and is no longer maintained.
So it will be useful to learn and work through it (Vue native) ?
Or no longer technical support or toturial that it will be difficult to work with ?
答案1
得分: 0
如果您想使用Vue.Js开发移动应用(而不必学习新的移动应用开发语言),那么Quasar Framework是适合您的选择。
您可以使用Vite和Webpack开发Cordova应用或Capacitor应用。
英文:
If you want to develop mobile app using Vue.Js(without learning new mobile app development language), then Quasar Framework is the one for you.
You can develop Cordova App or Capacitor App with both Vite and Webpack.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论