OpenLayers 文档集
文档集生成器。
用法
克隆这个仓库git clone https://github.com/hanreev/openlayers-docset.git
# then change directory to this project
cd openlayers-docset
克隆git clone https://github.com/openlayers/openlayers.git
笔记: 您可以从下载所需的版本并将其openlayers压缩到openlayers文件夹中,而不是克隆整个存储库
安装依赖 # Using NPM
npm i
# Using Yarn
yarn
生成文档集 # Using NPM
npm run build
# Using Yarn
yarn build
存档文档集 # Using NPM
npm run archive
1