# wol_web **Repository Path**: WineKite/wol_web ## Basic Information - **Project Name**: wol_web - **Description**: 使用flask和vue创建一个前后端分离的web网页实现一个在内网的多机网络唤醒服务器,以在公网唤醒内网设备。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装环境 ## 安装flask ``` conda install flask conda install Werkzeug==2.2.2 ``` [为什么要安装Werkzeug](https://blog.csdn.net/qq_43691733/article/details/135205958) ## 安装vue开发环境 ``` npm create vite@latest npm install vite@^5.1.3 ```