# Electron仿Gsou加速器 **Repository Path**: kcyu/fakeGsouexe ## Basic Information - **Project Name**: Electron仿Gsou加速器 - **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-11-24 - **Last Updated**: 2021-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-vue-demo # 这是一个仿造Gsou 加速器的软件 > 研究了一下Gsou加速器的软件,看上去很像是前端构造,electron打包的项目,正好学习到了electron,于是便有了打造一个仿造软件的想法。 ## 成果展示 主界面 ![img.png](img.png) 个人中心 ![img_1.png](img_1.png) 负一层 ![img_2.png](img_2.png) 连接状态 ![img_3.png](img_3.png) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ```