随笔分类 - js
摘要:1.技术栈介绍 electron electron使用 JavaScript,HTML 和 CSS 构建跨平台的桌面应用程序 官网: https://www.electronjs.org/ vue3 Vue (读音 /vjuː/,类似于 view) 是一套用于构建用户界面的渐进式框架。 官网: ht
阅读全文
摘要:node v14.17.4 "electron": "^16.0.2" 1.关机重启调节声音 model/system.js const os = require("os"); const execShell = require("child_process").exec; const loudne
阅读全文
摘要:1.常用命令 初始化项目 yarn init / npm init 初始化项目 批量安装 yarn / npm install 安装package配置的依赖 yarn install --force / npm install --force 重新下载所有包 安装/卸载/更新 yarn global
阅读全文

浙公网安备 33010602011771号