# vue-talk **Repository Path**: wcms/vue-talk ## Basic Information - **Project Name**: vue-talk - **Description**: 用vue来写的聊天室 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # talk > 用vue来写的一个聊天室 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # 说明 vue启动网页 直接访问客户端,在文件夹内的server.js是服务端, 用node server.js来启动 ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).