sofa-h5-allbuild

执行所有目录下的npm run build的脚本

Usage no npm install needed!

<script type="module">
  import sofaH5Allbuild from 'https://cdn.skypack.dev/sofa-h5-allbuild';
</script>

README

执行所有目录下的npm run build的脚本

使用方法

1.第一步:cd 到static-h5文件夹,安装依赖

cd ./static-h5

npm install

2.第二步:执行脚本, 可使用两个命令。

命令 备注
npm run all-build <yourpath> 打包目录中所有子目录中的文件
npm run one-build <yourpath> 打包单个目录中的文件

注:<yourpath>为你指定要运行此脚本目录。也可以单独指定。

// 例: 
npm run all-build ./passenger

npm run one-build ./passenger/about

3.第三步:等待执行完成