prettydiff / lutris-dashboard

Repository from Github https://github.comprettydiff/lutris-dashboardRepository from Github https://github.comprettydiff/lutris-dashboard

Introduction

This is the moderator's dashboard for Lutris built with vue-element-admin. It is based on vue and uses the UI Toolkit element.

Getting started

# clone the project
git clone https://github.com/lutris/lutris-dashboard.git

# install dependencies
npm install

# develop
npm run dev

This will automatically open http://localhost:9527.

Build

# build for test environment
npm run build:sit

# build for production environment
npm run build:prod

Advanced

# --report to build with bundle size analytics
npm run build:prod --report

# --generate a bundle size analytics. default: bundle-report.html
npm run build:prod --generate_report

# --preview to start a server in local to preview
npm run build:prod --preview

# lint code
npm run lint

# auto fix
npm run lint -- --fix

Refer to Documentation for more information

About

License:MIT License


Languages

Language:Vue 53.7%Language:JavaScript 29.1%Language:Shell 10.5%Language:CSS 5.6%Language:Perl 0.9%Language:HTML 0.1%Language:Makefile 0.0%