# shop-admin **Repository Path**: web_design_of_web_frontend/shop-admin ## Basic Information - **Project Name**: shop-admin - **Description**: 商城后台管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2021-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3 >vue3 @vue/cli4.5 + typescript + element-plus ## 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/).