Skip to content

hzmming/vue-force-dev

Repository files navigation

Vue force dev

[TOC]

A tool forces Vue to run in development.

Easy to debug online Vue code.

Install

Chrome

Firefox

Screenshot

FAQ

How to update Pinia

  1. Open this website: https://cdn.jsdelivr.net/npm/pinia/dist/pinia.mjs

  2. Copy it's content to src/plugins/vendors/pinia.js

  3. Modify the code as follows

- function devtoolsPlugin({ app, store, options }) {
+ export function devtoolsPlugin({ app, store, options }) {
- function registerPiniaDevtools(app, pinia) {
+ export function registerPiniaDevtools(app, pinia) {