上一篇:《vscode 首选项配置》
/* git, npm, nodejs工具准备 */ /* Linux下安装指令 */ sudo apt-get install npm sudo apt-get install nodejs sudo apt-get install git /* 对版本要求较高,需升级 */ npm install -g npm /* npm升级到最新版本 */ npm install -g n /* nodejs升级 */ n stable /* 升级到最新的稳定版本 */
git clone depth 1
// 进入到下载的文件夹下scratch-gui cd scratch-gui // 编译 npm install
npm run build
参考: https://www.jianshu.com/p/7d1ec05db983
github https://github.com/LLK