Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 348 Bytes

chat-app

Vue-Horizon chat app

Build Setup

# 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.