this is a client for vatch, learn more on the page https://github.com/scenaristeur/vatch
- uncomment the good line in src/plugins/vue-socket.js according to your need.
- vatch-vue hosted on github can access your locahost storage //let socket = Vue.prototype.$socket = io('http://localhost:3000');
- share your localhost storage on your localnetwork //let socket = Vue.prototype.$socket = io(':3000');
npm install
npm run dev
npm run build
npm run lint