To build StaexIoD user interface user following commands:
make build
# or
./run.sh bun run build
# or
bun run build
make run # to just run
# or
make run_docker # to run in docker container
UI should be available at http://localhost:5173
.
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.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).