yireo / shopware6-vue-sfc
启用Vue SFC
dev-master
2021-08-06 07:58 UTC
This package is auto-updated.
Last update: 2024-09-06 14:48:15 UTC
README
使用方法
使用composer安装此插件
composer require yireo/shopware6-vue-sfc:@dev
在Shopware中激活插件
bin/console plugin:refresh bin/console plugin:install --activate YireoVueSfc
安装NPM依赖项
cd vendor/yireo/shopware6-vue-sfc/src/Resources/app/administration/
yarn install
重建管理界面
bin/build-administration.sh PORT=8080 bin/watch-administration.sh
如果出现问题,请在GitHub上发布问题。