JadKHaddad / serial-vau

1 stars 1 forks source link

API Mocks for better ui development #9

Open fabianbernhart opened 2 months ago

JadKHaddad commented 2 months ago

Mocking should be on the Vue's side to make it possible, to develop the frontend independently. Can we do something like this with npm?

npm run dev --env=dev

where no tauri is required.

Depending on the env, we load a different implementation of the appState or backend api or whatever