随笔 - 45,  文章 - 0,  评论 - 2,  阅读 - 30144
01 2021 档案
electron-builder打包配置
摘要:1 { 2 "name": "demo", 3 "version": "0.0.1", 4 "build": { // electron-builder配置 5 "productName":"xxxx",//项目名 这也是生成的exe文件的前缀名 6 "appId": "xxxxx",//包名 7 阅读全文
posted @ 2021-01-31 12:05 W1N9s 阅读(1056) 评论(0) 推荐(0) 编辑
nodejs 获取文件路径
摘要:1. 获取当前工作进程的目录:process.cwd() 2. 当前模块的目录名:__dirname;或者 path.dirname(path) 3. 当前模块的文件名:__filename 阅读全文
posted @ 2021-01-31 11:36 W1N9s 阅读(630) 评论(0) 推荐(0) 编辑
idea eslint 配置
摘要:1. TypeError: this.CliEngine is not a constructor 点击 details,找到报错文件位置,如: D:\Program Files\JetBrains\IntelliJ IDEA 2017.3.7\plugins\JavaScriptLanguage\ 阅读全文
posted @ 2021-01-30 19:19 W1N9s 阅读(1129) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示