@qelos/admin
v3.9.0
Published
Admin panel service for the qelos open-source platform.<br> Written in Vue.js.
Readme
Qelos Admin Panel
Admin panel service for the qelos open-source platform. Written in Vue.js.
Usage
As a Docker container
$ docker run -p 3001:3001 qelos/admin-panelAs Node package
$ npm i @qelos/admin
$ npx qelos-adminDevelopment and Independent Usage
In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint