Back to Quasar

Structure

create-quasar/templates/app-extension/ae-ts/BASE/README.md

1.16.11.2 KB
Original Source

.svg?label=<%= pkgName %>">

Compatible with:

  • Quasar UI v2 and Vue 3
  • Quasar CLI with Vite v1.5+ and v2
  • Quasar CLI with Webpack v3.10+ and v4

Structure

Development

bash
$ <%= packageManager?.name ?? 'pnpm' %> i # install the dependencies

$ <%= packageManager?.name ?? 'pnpm' %> build # build the app-extension. Run this after making any change in ./app-extension

$ <%= packageManager?.name ?? 'pnpm' %> dev:vite # start the app-vite playground
$ <%= packageManager?.name ?? 'pnpm' %> dev:webpack # start the app-webpack playground

For more development-related explanation, see:

Donate

If you appreciate the work that went into this project, please consider donating to Quasar.

License

<%= license %> (c) <%= author %>