the company wants to develop Mini Program, but it has only used mpvue, but not wepy,. Now it is very difficult to choose which one to choose. What are their characteristics?
the company wants to develop Mini Program, but it has only used mpvue, but not wepy,. Now it is very difficult to choose which one to choose. What are their characteristics?
has also recently used the wepy framework, which is quite different from the syntax of vue itself. As the official said, it is similar to vue. Mpvue is the secondary development based on the vue framework itself. If the usual development is mainly based on the vue technology stack, then choose mpvue. If we are going to move to the web version in the future, it will be easier.
mpvue this is closer to vue
Previous: Webpack version 4.0 extract-text-webpack-plugin cannot be used, what are the alternatives?
I m going to start developing Mini Program recently. I don t know which is better between mpvue and wepy. It seems that they all have their own holes. I just want to ask if you think there are fewer holes. ...
I d like to ask Mini Program a question. The navigateTo, used for link redirection just started to jump normally, but it won t jump after a few more times, and you need to exit and re-enter. ...
Mini Program navigateTo jump has a 10-layer limit. scenario: Click from the article list to enter the article content page. The article has multiple tags. Clicking the tag will take you to the article list page under the tag, and you can click the ar...
after the data request of Mini Program is completed (there is no problem with loading in the request phase), the rendering will be blank for a period of time when the page is complicated. How to render the loading animation during this period? ...
the local picture Mini Program used at the beginning. later, in order to reduce the size of the package, you have to put the picture on cdn. Mini Program is packaged with webpack. If you want to change the path of webpack output publicPath directly, ...