Skip to content

cschlusche/operator-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

operator-dashboard

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())
  • Neue Untersuchung (/views/AnalyzeView.vue)
    • Bindings to Pinia store (/stores/investigation.ts)
  • Login (/components/LoginForm.vue)
    • Send login request to operator-server

Compile and Hot-Reload for Development

npm run dev

About

Playing around with Vue.js 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published