shopware/storefront

Shopware Storefront

安装次数: 2,289,020

依赖项: 97

建议者: 8

安全: 4

星标: 55

关注者: 35

分支: 31

语言:Twig

v6.6.6.1 2024-09-18 07:46 UTC

README

Storefront 组件是使用 PHP 编写的 Shopware\Core 的前端。

此存储库被视为只读。请将拉取请求发送到我们的主 Shopware\Core 仓库

入门

要编译资源(scss/javascript),您需要运行 webpack 编译器。这可以通过在 shopware 根目录下通过 composer 执行以下命令轻松完成。您也可以通过 composer 脚本运行单元测试和代码风格修复器。

  • composer build:js:storefront 构建生产项目并重新编译主题
  • composer watch:storefront 运行 webpack 开发服务器并启动带有实时更新的代理服务器
  • composer init:js 安装 node.js 依赖项
  • composer eslint:storefront 对所有 Storefront JS/TS 文件进行代码风格检查
  • composer ludtwig:storefront 使用 ludtwig 对所有 Storefront twig 文件进行代码风格检查
  • composer storefront:unit 运行 Storefront 的 jest 单元测试套件
  • composer storefront:unit:watch 运行 Storefront 的交互式 jest 单元测试套件监视器
  • composer stylelint:storefront 使用 stylelint 对所有 Storefront SCSS 文件进行代码风格检查

例如

$ composer build:js:storefront

建议在开发时使用 composer watch:storefront 命令,这样文件在更改时就会编译。

资源