Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloodf/quasar-remote-dev-tools
Quasar Plugin for Remote Vue Dev Tools
https://github.com/bloodf/quasar-remote-dev-tools
Last synced: 3 months ago
JSON representation
Quasar Plugin for Remote Vue Dev Tools
- Host: GitHub
- URL: https://github.com/bloodf/quasar-remote-dev-tools
- Owner: bloodf
- Archived: true
- Created: 2019-05-10T18:27:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T15:55:33.000Z (about 5 years ago)
- Last Synced: 2024-10-28T07:39:36.479Z (3 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - remote-dev-tools
README
Quasar Remove Dev Tools
===This extension will help you develop your Electron and Cordova app, as it will bring the Vue dev-tools as an process, when the dev mode runs.
# Configs
If you want to configure the devtools, you can add some process environments variables.
- DEVTOOLS_IP (It automatically detects the IP machine, but if you want a ngrok IP you can change here.)
- DEVTOOLS (You can set to false to disable the loading the devtools)# Install
```bash
quasar ext add remote-dev-tools
```
Quasar CLI will retrieve it from NPM and install the extension.# Uninstall
```bash
quasar ext remove remote-dev-tools
```# Patreon
If you like (and use) this App Extension, please consider becoming a Quasar [Patreon](https://www.patreon.com/quasarframework).