vuex4-devtools-helper
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

vuex4-devtools-helper

MIT License GitHub top language GitHub package.json version npm for-vuejs for-vuex

Introduction

We missed Vuex Inspector when we develop an web app with Vue 3 and Vuex 4. So this package can help us to use Vuex Inspector of Vue.js devtools

Installation

Yarn

yarn add -D vuex4-devtools-helper

NPM

npm install --save-dev vuex4-devtools-helper

Usage

import { createApp } from 'vue';
import { addDevtools } from 'vuex4-devtools-helper';
import store from <PATH-TO-YOUR-STORE>;

const app = createApp(App);
\\ ... Your implementation
app.use(store);
\\ ... Your implementation
addDevtools(app, store);

/vuex4-devtools-helper/

    Package Sidebar

    Install

    npm i vuex4-devtools-helper

    Weekly Downloads

    17

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    13.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • anhhoangng