vue socket.io chat:TypeScript + Vue + ExpressKoa + Socket.io 源码
教你用Vue渐进式建造聊天室,从JavaScript => TypeScript 前言 Vue + Socket.io这个轮子已经有很多人造过了,为了不重复造轮子,我将本项目以三阶段实现(大家可以在github中的Releases查看): 纯前端(Vuex) 初步+前端(JavaScript) 初步+前端(TypeScript) 希望能给大家一个渐进学习的经验。 预览地址: : 技术栈 Vue + Webpack + TypeScript + Express + SCSS + Socket.io + Gulp Vue-cli创建工程`npm install -g vue-cli` vue
文件列表
vue-socket_io-chat-master.zip
(预估有个57文件)
vue-socket.io-chat-master
index.html
581B
.gitattributes
80B
src
router.ts
374B
main.ts
435B
style
chatroom.scss
2KB
store
mutations.js
2KB
暂无评论