vue socket.io chatroom
构想是用户能注册登陆到聊天室,有好友列表,能收取离线消息。
$ cnpm i -g nodemon
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.