Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 888 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 888 Bytes

Frontend

日本語

SPA built using Vue 3 + Typescript + Vite. NaiveUI is used for UI.

Environment variables

Name Description Example
VITE_DEFAULT_SERVER_URI Default dashboard server uri "http://localhost:5555"

Development environment

npm Commands

  • npm run dev:run development server
  • npm run build:build the application(stored at ./dist

Build the application with Docker

cd wsnet2-dashboard
docker compose run --rm frontbuilder

The built code will be stored at wsnet2-dashboard/frontend/dist.