1.0.0 • Published 6 years ago

vue-profiler v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

#Vue Profiler

Vue Profiler adds a 'User Timing' timeline to the performance timeline in browser devtools. It uses the User Timing API and so is supported by most modern browsers.

Note that as this is just a quick plugin build I haven't done thorough testing. Pull requests are welcome.

Installation

npm install vue-profiler

Usage

import VueProfiler from 'vue-profiler';
Vue.use(VueProfiler);

To Do

  • remove plugin from production builds
  • test plugin