platypush-webext/README.md

25 lines
420 B
Markdown
Raw Normal View History

2020-06-21 18:30:24 +02:00
# Platypush browser extension
This extension allows you to run Platypush commands on remote hosts as well as
custom scripts, and attach hooks to events generated by remote Platypush systems.
## Installation
2020-06-22 01:34:23 +02:00
Generate the extension .zip file:
```bash
./create_zip.sh
```
Production installation (requires npm):
2020-06-21 18:30:24 +02:00
```bash
npm run build
```
Dev installation (requires npm+Vue cli tools):
```bash
npm run build:dev
```