api-platform / create-client

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
https://api-platform.com/docs/client-generator/
MIT License
369 stars 132 forks source link

Update Quasar documentation #360

Closed Chadnelson31 closed 1 year ago

Chadnelson31 commented 1 year ago

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.

alanpoulain commented 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).

Chadnelson31 commented 1 year ago

That totally makes sense. Just thought I would mention it since It was an issue I ran into. Thanks for the links!