yireo / shopware6-vue-sfc
Enabling Vue SFC
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Language:JavaScript
Type:shopware-platform-plugin
This package is auto-updated.
Last update: 2024-11-06 15:14:18 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.