Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 297 Bytes

BUILD.md

File metadata and controls

28 lines (18 loc) · 297 Bytes

构建指南

环境要求

  • Node.js 16 或更高

步骤

克隆仓库到本地

git clone https://github.com/skyone-wzw/nginx-autoindex.git
cd nginx-autoindex

安装依赖

npm install

构建

npm run build

构建产物位于 build 目录下