The administrator panel to manage resources on API
- 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)
- games (/games)
- expose on 80 port
- no environment variables
- image on docker hub at
retrobox/admin
# 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.