# node-websocket **Repository Path**: zoeblow/node-websocket ## Basic Information - **Project Name**: node-websocket - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-08-17 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chat > A Vue.js project ## 三步走 ``` bash # 依赖装一波 npm install # 会在8080端口跑一个服务 npm run dev # 生成生产环境代码 npm run build # 生成生产环境代码并生成分析器报告 npm run build --report # websocket 8088 npm run ws ```