Following setup in Vue Quickstart, running commands
npm create vue@latest my-vue-app
cd my-vue-app && npm install convex-vue
npx convex dev
will result in the following output in terminal:
✖ In order to push, add `convex` to your package.json dependencies.
Installing convex package will fix that.
The setup in Nuxt Quickstart is working properly having the following command:
cd my-nuxt-app && npm install convex && npx nuxi module add convex-nuxt