-
Notifications
You must be signed in to change notification settings - Fork 162
快速安装版打包发布说明
庄建国 edited this page Jan 28, 2021
·
1 revision
基于 windows 操作系统执行打包命令
-
git clone 本项目至本地。
-
下载 nodejs-12.20.1.zip 并解压到项目 bin 文件夹下:
- bin
- nodejs
- 12.20.1
- nodejs
- bin
-
安装并配置阿里云命令行工具 ossutil,将 ossutil64.exe 添加进 PATH。 .env.local 中配置 STEEDOS_PKG_OSS_PLATFORM_FOLD。
-
安装压缩工具 7-zip,将 7z.exe 添加进 PATH。
-
在项目下执行
yarn
, 安装依赖 node_modules。 -
执行
yarn start
测试服务是否能正常启动,使用;测试完成后停掉服务。 -
在项目下执行
yarn pkg
,等待完成即可。