zego-express-package-helper

0.0.6 • Public • Published

zego-express-package-helper

Description

  • The main purpose of this plugin is to assist the ZEGO Express Electron SDK for webpack packaging

Installation

  • npm install zego-express-package-helper

Notice

  • You need to add postinstall script processing to your project's package.json

Example

windows-x64

"scripts": { "postinstall": "node ./node_modules/zego-express-package-helper/ZegoExpressPackageHelper.js arch=x64" },

windows-x86

"scripts": { "postinstall": "node ./node_modules/zego-express-package-helper/ZegoExpressPackageHelper.js arch=x86" },

Mac

"scripts": { "postinstall": "node ./node_modules/zego-express-package-helper/ZegoExpressPackageHelper.js" },

Action

  • npm run postinstall

Package Sidebar

Install

npm i zego-express-package-helper

Weekly Downloads

2

Version

0.0.6

License

ISC

Unpacked Size

9.34 kB

Total Files

3

Last publish

Collaborators

  • zegodev