Files
print-website/README.md
2026-03-09 13:22:45 +08:00

40 lines
745 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# printDesigner-website
## 使用
### 安装依赖:
~~~bash
npm install
or
yarn install
~~~
### 启动服务:
~~~bash
yarn start
~~~
### 编译打包
~~~bash
yarn build
~~~
### 发布流程
### 登录运维平台 --> 选择Linux服务端运维 --> PBC_运营平台197/PBC_构建服务器52进入文件目录
### winning>app>html>web-wxp-print-portal
### 将打包好的dist压缩上传删除原文件
### 进入终端,进入对应目录下解压(需要先cd ..进入上一级目录)
~~~bash
cd /winning/app/html/
unzip web-wxp-print-portal.zip
~~~
### 发布完成
### 其他说明
#### 图片统一放在目录在src/pages/image下需要改动将新图片拷贝至目录然后在图片引用代码修改图片名称即可