# vue商城 **Repository Path**: HATE--555/vue-mall ## Basic Information - **Project Name**: vue商城 - **Description**: 这是一个用vue搭建的前端商城网站,有商品分类功能,商品评论功能,购物车等商城的基本功能。其中用better-scroll处理页面的滚动,用vuex对购物车的数据进行处理,用mixin实现返回顶部,监听图片加载等功能代码的复用。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-10-05 - **Last Updated**: 2022-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # supermall ## 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 See [Configuration Reference](https://cli.vuejs.org/config/).