# shop-h5 **Repository Path**: web_design_of_web_frontend/shop-h5 ## Basic Information - **Project Name**: shop-h5 - **Description**: H5 商城。Vant框架开发。后台接口源码地址https://gitee.com/web_design_of_web_frontend/shop(开发中……) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2021-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3 ## Project setup ``` npm install ``` # 某个模块安装失败 npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ ### Compiles and hot-reloads for development ``` npm run serve ``` ### 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/).