# onlineRetailers **Repository Path**: simpletree/online-retailers ## Basic Information - **Project Name**: onlineRetailers - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-26 - **Last Updated**: 2021-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 学习地址 https://www.bilibili.com/video/BV1bh41197p8?from=search&seid=12841475461569921646 ## 服务启动 ### 1.后端启动 ``` 1.cd到koa_server目录 cd ./koa_server 2.安装koa2 npm install koa 3.安装ws(WebSocket) npm i ws -S 4.启动 node app.js ``` ### 2.前端启动 ``` npm run dev ``` ### 3.效果展示 ![image-20210426090034936](img/image-20210426090034936.png) ### 4.项目开发流程 [项目开发流程图](ECharts项目开发.xmind)