[ERROR] Cannot perform generate for Vue projects

I’m trying to “Build Your First App” from ionic docs. before that i was install vue (@vue/cli 4.5.10) by

npm install -g @vue/cli

and from step Taking Photos, i got error to generate a service:

ionic g service services/photo
[ERROR] Cannot perform generate for Vue projects.

        Since you're using the Vue project type, this command won't work. The Ionic CLI doesn't know how to generate
        framework components for Vue projects.

Looks like you use angular docs
Vue Docs part https://ionicframework.com/docs/vue/your-first-app

1 Like

:rofl: :rofl: :rofl:
Yes i was looking at angular doc, thank you.

1 Like