1 Star 0 Fork 0

Gshuai / csmall-mobile-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

酷鲨商城移动客户端

技术选型

VantUI

项目安装与配置

首先需要运行酷鲨商城服务端项目

https://gitee.com/chengheng2022/csmall-repo.git

配置项目运行环境

  1. 安装nodejs

  2. 登录网站 https://nodejs.org/zh-cn/ ,下载长期维护版nodejs安装包。

  3. 双击安装完成。

  4. 执行命令,配置nodejs镜像源:

    # 设置淘宝镜像源  
    npm config set registry https://registry.npm.taobao.org
    
    # 查看使用的镜像源  
    npm config get registry

    输出若为淘宝镜像源,则设置成功。

运行项目

  1. 执行git命令,拉取项目:

    git clone https://gitee.com/mingxuchn/csmall-mobile-repo.git
  2. 进入csmall-pms-client目录,执行命令,安装所需模块:

    cd csmall-mobile-repo
    npm install
  3. 执行命令,启动静态web服务:

    npm run serve

    该命令将编译项目,打包并部署至内置的8080服务器,若8080被占用,端口会被顺延至8081

  4. 访问以下链接即可:

    http://localhost:8080/

空文件

简介

用于测试微服务项目的前端代码 展开 收起
Vue 等 4 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/xiao_guo-biancheng/csmall-mobile-repo.git
git@gitee.com:xiao_guo-biancheng/csmall-mobile-repo.git
xiao_guo-biancheng
csmall-mobile-repo
csmall-mobile-repo
master

搜索帮助