Skip to content

AppExt's created via CLI are malformed #18293

@JacksonBowe

Description

@JacksonBowe

What happened?

When creating a fresh app extension via the Quasar CLI (ui kit), and then running the dev server in ui/dev I get this error:

$ quasar dev

...

 App • ⚠️  Please add back <div id="q-app"></div> to
    /src/index.template.html inside of <body>

error: script "dev" exited with code 1

What did you expect to happen?

I expected the blank project to run

Reproduction URL

bun create quasar@latest

How to reproduce?

  1. bun create quasar@latest
  2. cd ui
  3. bun i
  4. Replace all yarn X with bun Y in package.json (idk if this means anything, but I did it`
  5. bun run dev

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Project Creation (create-quasar)

Platforms/Browsers

Chrome

Quasar info output

Relevant log output

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions