retrobox / admin

🔧 The administrator panel to manage ressources on API

Home Page:https://admin.retrobox.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🔧 The administrator panel to manage ressources on API

https://admin.retrobox.tech


Languages

Language:Vue 91.5%Language:JavaScript 7.9%Language:HTML 0.5%Language:Dockerfile 0.1%Language:Shell 0.0%