Developer Tool
August 11, 2023
- Service
Local development and debugging app for Plaoc Apps.
metadata.json
1. First generate In terminal use plaoc serve url command to generate metadata.json:
plaoc serve http://172.30.90.207:5173/
Terminal will output:
metadata: http://127.0.0.1:8096/metadata.json
metadata: http://172.30.93.43:8096/metadata.json
2. Run developer tool
Directly run and specify --url to metadata.json to start development.
For macbook m1 example, run in command line:
open /Users/xxxpath/dweb-browser-devtools.app --args -- --start install --url http://127.0.0.1:8096/metadata.json
Command explanation:
open /Users/xxxpath/dweb-browser-devtools.app
Starts the developer tool
--start install --url http://127.0.0.1:8096/metadata.json
Passes arguments to developer tool
http://127.0.0.1:8096/metadata.json
Address output by plaoc serve url
Related Links
plaoc serve url command
plaoc serve command
Powered by Waline v2.13.0