meteor-admin-sdk-example-app
v1.0.2
Published
This package contains an example app and server. It uses the [Meteor Admin SDK](https://github.com/shopware/meteor/tree/main/packages/admin-sdk) to extend the administration.
Downloads
3
Readme
Meteor Admin SDK Example App
This package contains an example app and server. It uses the Meteor Admin SDK to extend the administration.
Server setup
- Check out the meteor monorepo.
- Change your working directory to the mono repo root.
- Run
pnpm install
to install all dependencies. - Build all packages with turbo, using
npx turbo run build
. This can take a minute or two depending on your hardware. - Start the development server with
pnpm --filter meteor-admin-sdk-example-app run dev
.
App installation
- Copy the folder
MeteorAdminSDKExampleApp
to thecustom/apps
folder inside your Shopware installation - Install the App in Shopware:
bin/console app:install MeteorAdminSDKExampleApp
Now you should see the app installed when opening the Shopware Admin and looking in "Extensions" -> "My Extensions".