Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Vue devtools plugin for debugging Logux applications

License

NotificationsYou must be signed in to change notification settings

logux/vue-devtools

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.

This repository contains plugin forVue devtools browser extensionfor debugging Logux application based on Vue.

Logux Vue Devtools screenshot in Chrome

Install

npm install --save-dev @logux/vue-devtools

Usage

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']})

Extend

Add custom event to the timeline

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

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp