@plaoc/cli
August 11, 2023
- Service
plaoc front and back end packaging tool.
Installation
- First install the plaoc CLI tool globally:
npm install -g @plaoc/cli
Usage Syntax
plaoc cmdName distPath --optionParamter paramaterValue
Command explanation:
cmdName
The command name. Valid values:
distPath
Path to packaged Plaoc App project directory.
--optionParamter
paramaterValue
Value of option parameter.
Examples
For a project directory structure like:
- root
- dist // Packaged project directory
- manifest.json // Manifest file
Use local server:
plaoc serve ./root/dist --dir ./root
Generate release file package:
plaoc bundle ./root/dist --dir ./root
Related Links
Powered by Waline v2.13.0