wrote a dozen pages, this also is on the right before the
Now to make an app, there is a point, I am writing a new app, write a dozen pages, project yes using uni-app, But there was a good app that used vue2.
I'm struggling to change the uni-app to vue2 because uni-app doesn't use vant ui. Also, the code logic of the previous app may not be used in uni-app.
So should I write for vue2 instead?
0 Answer
wrote a dozen pages, this also is on the right before the
If your new app needs to run on multiple platforms, such as applet, H5, APP, etc., then using Uni-app is a good choice because it can quickly compile a code base into an application for multiple platforms. However, if you need to use a specific UI library that Uni-app doesn't support, then you need to reconsider Vue2.
If your new app only needs to run on the Web side, and you are already familiar with Vue2 development, then using Vue2 may be a better choice because you can take advantage of the knowledge and experience you have already learned to develop high quality code faster.
Finally, as to whether the previous code logic can be used in Uni-app, this needs to be evaluated and adjusted on a case-by-case basis. If your code logic is based on the development of Vue2, you will need to adapt and migrate your code accordingly to use it in Uni-app. If your code logic is simple, you may only need to make some minor tweaks.
这家伙很懒,什么都没留下...