Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 834 Bytes

UI

Build

To build StaexIoD user interface user following commands:

make build
# or
./run.sh bun run build
# or
bun run build

Usage

make run # to just run
# or
make run_docker # to run in docker container

UI should be available at http://localhost:5173.

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup