create-quasar/templates/app-extension/ae-ts/BASE/README.md
.svg?label=<%= pkgName %>">
Compatible with:
$ <%= 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:
app-extension/src/runtime/README.md
<% if (preset.install) { %>- app-extension/src/templates/README.md<% } %>If you appreciate the work that went into this project, please consider donating to Quasar.
<%= license %> (c) <%= author %>