1.0.2 • Published 2 years ago
meteor-admin-sdk-example-app v1.0.2
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 installto 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
MeteorAdminSDKExampleAppto thecustom/appsfolder 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".