Skip to content

FATH-Mechatronics/TANlockManager-UI

Repository files navigation

tanlockmanager-ui

TANlockManager WebUI

Build Status

Release Packages

Windows Files are Released in NSIS Install Packages containing a prebuild Version of this Repo and also a Service and Firewall granting process.

General Function

The UI Will connect to the same URL but on Port 4343 (The Server Component). Configuration of this API-BASE-URL is currently NOT possible, should be able to be configurable in the nuxt.config.js.

This Repo only contains the User UI and has no Functionality at all. The Busines is completely handled in the Server

Build Setup

# install dependencies
$ yarn install

# build for production and launch server
$ yarn build

# generate static project
$ yarn generate

# Run UI
$ yarn start

For deve builds:

# serve with hot reload at localhost:3000
$ yarn dev

For detailed explanation on how things work, check out Nuxt.js docs.

Run Without Yarn in Production

# after building use the nuxt command to start the server
$ node node_modules/nuxt/bin/nuxt.js start