chat-clientA Vue.js projectBuild Setup# install dependencies npm install # build for production with minification npm run build # start chat-client at localhost:8080 npm run start