plaoc bundle
August 11, 2023
- Service
Package a Plaoc App and generate a release file.
plaoc bundle xxx
Example
For a project directory structure like:
- root
- dist // Packaged project directory
- manifest.json // Manifest file
Run:
plaoc bundle ./root/dist --dir ./root
This will generate the following files under root:
- root
- bundle
- appId.version.zip // Compressed app package
- metadata.json // Metadata file
- bundle
The bundle files can then be deployed to publish the application.
Related Links
Powered by Waline v2.13.0