Visualization for the Getty AAT polyhierarchy
(You don't need to do this--just here for my documentation of what I did to get this set up.)
# Update your NPM installation to the latest version
npm i -g npm
# Install the Vue.js Command Line Interface
npm install -g vue-cli
# Install the
vue init webpack-simple aat_vis
# 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.