[!WARNING] Deprecated. This package is deprecated. Look out for the new project Showpare Composable Frontends.
A CLI for Shopware PWA.
Instead of installation we recommend to use npx
to ensure, that you always use current version of the CLI.
mkdir my-shopware-pwa
cd ./my-shopware-pwa
npx @shopware-pwa/cli init
::: tip Canary version
Currently, we're releasing a canary
version per every push to master
branch, so in order to have newest changes and fixes just install it like this:
mkdir my-shopware-pwa
cd ./my-shopware-pwa
npx @shopware-pwa/cli@canary init
:::
after this you're connected to our test shopware instance and ready to run project locally
yarn dev
Your application will be available on http://localhost:3000.
Now you have complete ShopwarePWA project running locally.
We encourage developers to use the npx
rather global npm/yarn packages - to have the latest version of CLI for Shopware PWA installed, so there is no update needed.
npx @shopware-pwa/cli <command_alias>
MIT - see LICENSE