yireo/shopware6-vue-sfc

Enabling Vue SFC

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:shopware-platform-plugin

dev-master 2021-08-06 07:58 UTC

This package is auto-updated.

Last update: 2024-04-06 14:04:51 UTC


README

Usage

Install this plugin via composer:

composer require yireo/shopware6-vue-sfc:@dev

Activate the plugin in Shopware:

bin/console plugin:refresh
bin/console plugin:install --activate YireoVueSfc

Install the NPM dependencies:

cd vendor/yireo/shopware6-vue-sfc/src/Resources/app/administration/
yarn install

Rebuild the Administration:

bin/build-administration.sh
PORT=8080 bin/watch-administration.sh

Post a GitHub Issue if things are not working properly.