# smart-mall-web-front **Repository Path**: hide-yesterday/smart-mall-web-front ## Basic Information - **Project Name**: smart-mall-web-front - **Description**: 智慧商城前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-10 - **Last Updated**: 2025-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, JavaScript, vue2 ## README # smart-mall-web-front VUE2移动端app商城系统 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 1:安装vant2 yarn add vant@latest-v2 2:按需导入的插件 yarn add babel-plugin-import -D 3:安装postcss插件,实现px转为vw,做自动适配效果 yarn add postcss-px-to-viewport@1.1.1 -D