A demo for playing around with Vue 3 and Pinia store; sending requests to a deno server. Based on the template Vue 3 in Vite.
- Klienten (
/components/ClientsManager.vue
)- Promise: asynchronously loads local data (
fetchClientData()
) - Promise: fetch data from server (
fetchClientDataFromServer()
)
- Promise: asynchronously loads local data (
- Neue Untersuchung (
/views/AnalyzeView.vue
)- Bindings to Pinia store (
/stores/investigation.ts
)
- Bindings to Pinia store (
- Login (
/components/LoginForm.vue
)- Send
login
request tooperator-server
- Send
npm run dev