This is a control panel developed to control an online indie game for android called Heroes. The development of game has been stopped and this control panel is NOT complete. Some functionalities may not work due to reliance on server. It is a representation of the progress of our game development. It's developed using Vue.js and Vuestic-admin control panel template.
#clone the repository
git clone https://github.com/alirezaft/HeroesAdminPanel.git mydir
# go into app's directory and install dependencies:
$ cd myproject
#install the dependencies
$ npm install
# serve with hot reload at localhost:8080 by default.
$ npm run serve
# build for production
$ npm run build
# build for production and view the bundle analyzer report.
$ npm run build --report
If you're using Yarn
$ yarn install
# serve with hot reload at localhost:8080 by default.
$ yarn serve
# build for production
$ yarn build
# build for production and view the bundle analyzer report.
$ yarn build --report
NOTE: In oreder to disable login work with the WithoutLogin
branch