For the H5 mobile activity page, people usually use JQ or VUE to develop.

my idea is to import the Vue.js file directly. And I don"t use scaffolding, webpack or anything like that.

I don"t know how people usually develop it.

Jul.09,2021

if you look at the project requirements, if you focus on publicity and emphasize animation effects, most jQuery is enough; if you pay more attention to the interaction of data logic, then Vue is better.


depends on the size of the project. If less than 20 pages are connected to data with jq vue.js
, if the page requires more user experience, then it is better to use vue-cli to engineer it for future maintenance


to see whether there is much data interaction required. If most of them are displayed, native js is enough, and animation is done with css3 . Of course, if js is not proficient enough, you can also use jquery .


use native development


Brother mobile development page is best not to use jq and some attributes of zepto,jq are not valid on mobile

Menu