Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 506 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 506 Bytes

Shifter Web UI

The Shifter Web UI is written in Vue3 with Vite as the Development server.

Compile and Hot-Reload for Development

npm install
npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Run in Docker Container with ESLint

docker run -p 8085:8080 -e SHIFTER_SERVER_ENDPOINT="https://api.shifter.cloud/api/v1/" images.shifter.cloud/shifter-ui:latest