Vue-object-view Component Demo
See the demo live here: http://emanuelbuzek.eu/vov-demo/
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.
# 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.