# epicsevendev **Repository Path**: TriATK/epicsevendev ## Basic Information - **Project Name**: epicsevendev - **Description**: 第七史诗团战汇报工具(开发源码) - **Primary Language**: 其他 - **License**: Not specified - **Default Branch**: master - **Homepage**: https://triatk.gitee.io/epicseven/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-21 - **Last Updated**: 2022-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # Epic Seven - Guild war reporting ## Introduction This tool help you to report the enemy defense during guid wars in epic seven mobile game. ![screenshot](https://github.com/Apen/epicseven/raw/master/public/assets/images/screen-1.png) ## Example of generated report ``` ** top ** T1 Charles - 203-214 Speed - Immunity set Fallen Cecilia - Aurius - 190-200 Speed - Immunity set Little Queen Charlotte - 161-169 Speed - Immunity set T2 Alencia - 22k HP - 184-194 Speed - Immunity set Cecilia - 25k HP - 171-180 Speed - Immunity set Apocalypse Ravi - 20k HP - 160-168 Speed ``` Just copy/paste it in your discord channel. ## Project setup This project is made with the following technologies : * nodejs * vue * vue-cli * vue-i18n * babel * webpack For the frontend : * bootstrap * jquery * popper * bootstrap-select ### Install all modules ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).