Closed Chadnelson31 closed 1 year ago
The documentation is for Quasar 2 templates (not released yet): https://github.com/api-platform/create-client/pull/349. Please use https://api-platform.com/docs/v2.7/create-client/quasar/ for now (or wait for the next release).
That totally makes sense. Just thought I would mention it since It was an issue I ran into. Thanks for the links!
The Quasar client generator docs don't result in a working client. The documentation mentions using options like Vite, Pinia and Vue 3, but when you try to import the routes/stores there are errors thrown by Vite (trying to import .vue without extensions) and the docs only show Vuex options instead of Pinia.