Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 735 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 735 Bytes

vov-demo

Vue-object-view Component Demo

See the demo live here: http://emanuelbuzek.eu/vov-demo/

About

This demo app showcases the vue-object-view VueJS component. Its purpose is to display arbitrary JavaScript values, including ones with circular references. It was created to build the in-browser JavaScript debugger for the PARAPPLE project.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.