Browse Source

update readme

caner 2 years ago
parent
commit
c8b5360225
1 changed files with 3 additions and 9 deletions
  1. 3 9
      README.md

+ 3 - 9
README.md

@@ -1,16 +1,10 @@
 # 桌面应用模板
 ```
-本版本为vue3+ts+eslint 自动修正,其它规则请手动添加到rules。
+本版本为vue3+ts+eslint+electron 自动修正
 ```
 ## 注意
 ```
 1. yarn
-2. npm run dev 启动 web 端
-3. npm run edev 启动 electron
-4. npm run make 打包带压缩文件
-5. npm run pmake 打包不带压缩文件
-6. /pucli 文件中的 loader 不能删除,为了渲染进程和主进程之间通信
-7. out 文件为输出包
-8. 环境变量在 vite.config 中添加
-9. 多页面跳转在 electron 中使用 loadurl
+2. npm run dev 启动
+3. npm run build 打包
 ```