Vue-based Mobile Shopping Project with Mock Data and Development Tools

This project involves a mobile shopping application developed using Vue framework. The data is simulated and stored in data.json. Development tools include VSCode, Vue, Vue Router, Vuex, and webpack. UI frameworks used are Mint-UI and MUI. To run the project, execute 'npm install' followed by 'npm run dev'. An issue encountered involves warnings during scrolling due to Chrome's passive event listener treatment. The solution involves adding '* { touch-action: none; }' to remove this behavior, aimed at improving scrolling smoothness in Chrome.
zip 文件大小:223.07KB