SPA built using Vue 3 + Typescript + Vite
. NaiveUI is used for UI.
Name | Description | Example |
---|---|---|
VITE_DEFAULT_SERVER_URI | Default dashboard server uri | "http://localhost:5555" |
npm run dev
:run development servernpm run build
:build the application(stored at./dist
)
cd wsnet2-dashboard
docker compose run --rm frontbuilder
The built code will be stored at wsnet2-dashboard/frontend/dist
.