Skip to content

prettydiff/lutris-dashboard

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.8%
  • JavaScript 29.1%
  • Shell 10.5%
  • CSS 5.6%
  • Perl 0.9%
  • HTML 0.1%