1、采用git安装scratch
git clone https://github.com/LLK/scratch-gui.git

2、安装依赖并编译
进入代码目录:
cd scratch-gui
安装依赖(过程可能较慢,耐心等待):
npm install
编译项目(生成可运行的网页文件):
npm run build
编译完成后,会生成 build 文件夹,里面是最终的网页代码。
- 上一篇:阿里云服务器linux宝塔环境搭建scratch
- 下一篇:没有了
- 文章导航
git clone https://github.com/LLK/scratch-gui.git

进入代码目录:
cd scratch-gui
安装依赖(过程可能较慢,耐心等待):
npm install
编译项目(生成可运行的网页文件):
npm run build
编译完成后,会生成 build 文件夹,里面是最终的网页代码。
