# csmall-pms-repo **Repository Path**: mingxuchn/csmall-pms-client ## Basic Information - **Project Name**: csmall-pms-repo - **Description**: pms后台管理网站前台页面。 VueCLI + ElementUI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 14 - **Created**: 2021-12-30 - **Last Updated**: 2025-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 酷鲨商城运营管理平台(客户端项目) ## 技术选型 **ElementUI** ## 项目安装与配置 ### 配置项目运行环境 1. 安装`nodejs` 1. 登录网站 `https://nodejs.org/zh-cn/` ,下载长期维护版`nodejs`安装包。 2. 双击安装完成。 2. 执行命令,配置`nodejs`镜像源: ```shell # 设置淘宝镜像源 npm config set registry https://registry.npm.taobao.org # 查看使用的镜像源 npm config get registry ``` 输出若为淘宝镜像源,则设置成功。 ### 运行项目 1. 执行`git`命令,拉取项目: ```shell git clone https://gitee.com/mingxuchn/csmall-pms-client.git ``` 2. 进入`csmall-pms-client`目录,执行命令,安装所需模块: ```shell cd csmall-pms-client npm install ``` 3. 执行命令,启动静态`web`服务: ```shell npm run serve ``` 该命令将编译项目,打包并部署至内置的`8080`服务器,若`8080`被占用,端口会被顺延至`8081`。 4. 访问以下链接即可: ``` http://localhost:8080/ ```