yireo / shopware6-vue-sfc
Enabling Vue SFC
Package info
github.com/yireo-shopware6/YireoVueSfc
Language:JavaScript
Type:shopware-platform-plugin
pkg:composer/yireo/shopware6-vue-sfc
dev-master
2021-08-06 07:58 UTC
This package is auto-updated.
Last update: 2026-03-06 18:05:54 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.