point-of-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Point-of-Vue is a Vue Devtool Plugin which brings advanced state debugging tools to the native Vue Composition API. Learn more about Point-of-Vue through our Medium article.

  • Displays the current state of your Vue application
  • Provides a time-line of all previous states for time-travel debugging
  • In-browser editing for edge-case testing

Homepage | NPM

Install with Yarn or NPM

npm install point-of-vue

or

yarn add point-of-vue

Integrate into Vue App

// main.js
import { createApp } from 'vue'
import pointofvue from 'point-of-vue'

const app = createApp(App);

app.use(pointofvue);

Getting Started In Devtools

Accessing the State Panel:

State Panel

Point-of-Vue Timeline:

State Timeline

Editing State Within Point-of-Vue:

State Editing

Trouble shooting:

If Point-of-Vue isn't showing up, click into the Components tab, then click back into Point-of-Vue tab in Devtools
Troubleshoot

Contribute to Point-of-Vue

Point of Vue is an open source project backed by tech incubator OSLabs and is primed for iteration. Contributions are not only welcome but highly recommended, we believe that every open source contribution makes the entire community that much better. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Features and improvements we’ve started or would like to see implemented:

  • Expanding functionality to include state created with Pinia

  • Expanding the edit feature to include the ability to edit deeply-nested state

  • Currently the user must first visit the Inspect Components tab of the Vue devtools to be able to access state in the Point-Of-Vue tab, a future improvement could avoid this minor inconvenience, improving the UX

Use a Consistent Coding Style (Airbnb)

We have our included our eslint setup in this repo to make this as painless as possible. Please also install the VS Code Eslint extension.

Authors

Will Robson | @wrobson5467
Shelby Neuman | @shelbydneuman
Tony Lei | @tonylei00
Tristen Francis | @TristenJF

License

Point of Vue is developed under the MIT License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i point-of-vue

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.01 MB

Total Files

45

Last publish

Collaborators

  • shelbydneuman