- Notifications
You must be signed in to change notification settings - Fork1
Vue devtools plugin for debugging Logux applications
License
NotificationsYou must be signed in to change notification settings
logux/vue-devtools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Logux is a new way to connect client and server. Instead of sendingHTTP requests (e.g., AJAX and GraphQL) it synchronizes log of operationsbetween client, server, and other clients.
- Guide, recipes, and API
- Issuesandroadmap
- Projectsinside Logux ecosystem
This repository contains plugin forVue devtools browser extensionfor debugging Logux application based on Vue.
npm install --save-dev @logux/vue-devtools
import{createApp}from'vue'import{devtools}from'@logux/vue-devtools'import{client}from'./logux'letapp=createApp(…)app.use(devtools,client,{layers:{state:false},ignoreActions:['user/add']})
import{createApp}from'vue'import{devtools,actionLayerId}from'@logux/vue-devtools'import{client}from'./logux'letapp=createApp(…)app.use(devtools,client)if(devtools.api){devtools.api.addTimelineEvent({layerId:actionLayerId,event:{time:Date.now(),data:{ …}}})}
About
Vue devtools plugin for debugging Logux applications
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
