deng.yinping 6 hónapja
szülő
commit
322c58fc74
1 módosított fájl, 20 hozzáadás és 4 törlés
  1. 20 4
      README.md

+ 20 - 4
README.md

@@ -2,7 +2,7 @@
  * @Author: deng.yinping deng.yinping@muchinfo.cn
  * @Date: 2024-02-22 09:10:35
  * @LastEditors: deng.yinping deng.yinping@muchinfo.cn
- * @LastEditTime: 2024-02-23 14:18:33
+ * @LastEditTime: 2025-05-06 09:18:28
  * @FilePath: \test01c:\Workspaces\Code Git\MTP20_WEB_GLOBAL\README.md
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -16,14 +16,30 @@ npm install
 
 ### Compiles and hot-reloads for development
 
+#### 通用版调试
+
 ```
-npm run serve
+npm run dev pc
+npm run dev mobile
 ```
 
-### Compiles and minifies for production
+#### OEM版调试
+```
+mobile oem: npm run dev tss (sdr,tc,thj,tjmd, tss, tss-vi, ykhj....)
+pc oem: npm run dev tss@pc (tss-vi@pc, zrwyt@pc.....)
+```
 
+
+### Compiles and minifies for production
+#### 通用版构建
 ```
-npm run build
+npm run build pc
+npm run build mobile
+```
+
+#### OEM版构建
+mobile oem: npm run build tss (sdr,tc,thj,tjmd, tss, tss-vi, ykhj....)
+pc oem: npm run build tss@pc (tss-vi@pc, zrwyt@pc.....)
 ```
 
 ### Lints and fixes files