# mall-admin-vue **Repository Path**: jack2490/mall-admin-vue ## Basic Information - **Project Name**: mall-admin-vue - **Description**: mall-admin-vue 商城后台管理( vite3 + vue3+ element plus) - **Primary Language**: HTML/CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-02 - **Last Updated**: 2023-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vite3, vue3, element-plus ## README # mall-admin-vue mall-admin-vue 商城后台管理(vue3 + vite3 + element plus) #### 一、开发环境安装: 1.1 项目开发工具及使用技术栈 + Node.js: 16.13.2 + 开发工具:Visual Studio Code 版本1.70.2 + npm: 8.15.0 + 技术栈 vue3 + vite3 + element plus 1.2 代码git clone + git clone仓库代码:git clone git@github.com:xiehuihuang/mall-admin-vue.git 1.3 查看npm的绑定镜像源 ``` shell npm config get registry ``` 1.4 更换镜像源: ``` shell npm config set registry=https://registry.npmmirror.com ``` 1.5 vite创建项目 ``` shell npm init vite@latest mall-admin-vue -- --template vue ==> y确认 cd mall-admin-vue npm install # 安装项目依赖包 ``` 1.6 运行项目:npm run dev ![商城后台管理](https://user-images.githubusercontent.com/32085450/203961355-981bf406-6816-4b82-b469-7270b458925e.png)