Electron试玩
简介 基于JavaScript, HTML 和 CSS 构建跨平台的桌面应用。 安装 国内使用npm安装Electron会报错,所以使用cnmp安装Electron 安装homebrew:复制此命令到终端 /usr/bin/ruby -e $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) 安装npm:brew install node 安装cnpm:npm install -g cnpm --registry=https://registry.npm.taobao.org 安装El
用户评论