Skip to content

mp-se/kegmon-ui

Repository files navigation

Kegmon User Interface

This repository contains the user interface for kegmon, see: https://github.com/mp-se/kegmon for more details.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Mock Server

npm run mock

Development

Run these in separate terminal windows.

npm run mock
npm run serve

Git commands

Add a new tag

git tag -a [tag_name] HEAD -m "Tag message"
git push origin tag [tag_name]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors