DEV Community

Alexander Gorbunov
Alexander Gorbunov

Posted on

Vue 3 + Vite + TypeScript + Quasar issue

Namaste to everyone!πŸ™

I'd like to share with you an issue that I had to cope with today:)

It's important to mention, that I used vite cli command to create vue project, then I started adding extensions to it.

When I tried to add typescript to my exsisting project on Vue 3 + Vite + Quasar, I faced the problem:

Following the stipulations here (https://quasar.dev/quasar-cli/supporting-ts)
I received an error from the compiler : File "@quasar/app/tsconfig-preset" was not found.

So, I started to look for a solutions on github and stackoverflow, but found nothing there...

After trying commands likevue add quasar, I looked up in Quasar docs and found App Extensions section. But there I found instructions only for quasar cli:(

But not got discouraged I decided to try a command: yarn add @quasar/app

And voila! It works!:D

Thank you for reading and I hope that this information will be useful:)

P.S. I'm always open to discussion on any theme! Feel free to reach me!:) I'm on Discord: IngSm#0471

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post