# SuperMall **Repository Path**: 4277527/SuperMall ## Basic Information - **Project Name**: SuperMall - **Description**: 用Vue编写第一个商城项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-14 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # testdemo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration ### 该项目注意事项 ### 1:better-scroll必须安装1.13.2版本,使用最新版本滚动事件会有问题,安装方法:npm install better-scroll@1.13.2 -S See [Configuration Reference](https://cli.vuejs.org/config/).