Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 654 Bytes

readme.md

File metadata and controls

39 lines (30 loc) · 654 Bytes

Wiki

NWeaponRe Wiki

如何编译

安装TypeScript

npm install -g typescript

从远程仓库中拉取

git clone --recurse-submodules https://github.com/Mcayear/NWeaponRe.git

如果你已经git clone且并未附带--recurse-submodules,可以使用git submodule update --init来拉取子模块

前往目录

cd NWeaponRe

执行编译

npm run comp

快速构建

你需要先安装打包所需的第三方archiver包,可以直接

npm install

然后执行构建

npm run build

构建完成后可以在./dist/@NWeaponRe.zip找到压缩包