plaoc bundle

BFChainAugust 11, 2023
  • Service
  • Service
Less than 1 minute

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

The bundle files can then be deployed to publish the application.

@plaoc/cli

plaoc serve url

plaoc serve

release

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.13.0