Vue-Horizon chat app
# install dependencies
npm install
# webpack watch, no minification
npm run dev
# build for production with minification
npm run build
# start horizon
hz serve --dev
For detailed explanation on how things work, consult the docs for vue-loader.