You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
224 B

# 安装依赖包
cd mall
cd admin-web
npm install
# 开始构建
npm run build
# 创建 app 运行目录
mkdir app
# 复制配置文件
cp -rf config/server app/
# 复制文件到 server 努力
cp -rf dist app/