Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Latest commit

 

History

History
47 lines (36 loc) · 938 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 938 Bytes

Administrator's dashboard

The administrator panel to manage resources on API

Game collection

  • games collection (/game)
    • games (/games)
      • (/add)
      • (/edit/:id)
      • (/:id)
    • editor (/editors)
      • (/add)
      • (/edit/:id)
      • (/:id)
    • platform (/platforms)
      • (/add)
      • (/edit/:id)
      • (/:id)
    • tag (/tags)
      • (/add)
      • (/edit/:id)
      • (/:id)

Docker image

  • expose on 80 port
  • no environment variables
  • image on docker hub at retrobox/admin

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.