#knockout-view version 2.0.0
Use this bookmarklet to view your Knockout View Models with a toggle-able, minimally-intrusive display.
##Installation
Copy the code from build/ko-view.min.js
into a new Bookmark in the browser of your choice.
##Usage
Click the bookmarklet on any page with a Knockout model.
Need a page to test it on? Try this Knockout Example page.
You can toggle the visibility of the view model display panel with the main button. The x
will remove the debugger from the DOM.
The display panel can be resized by dragging the lower right corner. It can also be moved about with the burger menu.
##Building
Want to make some changes? It's easy to do with grunt.
- Clone this repository
- Run
npm install
in the directory of installation - Install
Ruby
andSASS
, if you don't already have them - Make your changes to the files in the
source
directory - Run
grunt
from the command line to build the bookmarklet
##Licensing
Don't fret about legal stuff. Do whatever you want with it.