【发布时间】:2020-07-12 06:03:26
【问题描述】:
我想在 shopify 主题中添加反应。所以我正在尝试使用石板。我正在关注石板的official doc。
我创建了新的 slate 项目。
yarn create slate-theme my-new-theme
并连接到我的商店
# The myshopify.com URL to your Shopify store
SLATE_STORE={store-name}.myshopify.com
# The API password generated from a Private App
SLATE_PASSWORD=ccf7fb19ed4dc6993ac6355c0c489c7c7
# The ID of the theme you wish to upload files to
SLATE_THEME_ID=32112656003
# A list of file patterns to ignore, with each list item separated by ':' (optional)
SLATE_IGNORE_FILES=config/settings_data.json
# The timeout for upload theme (optional)
SLATE_TIMEOUT=2m
但是当我使用yarn start 开始项目时。
一切正常,但 CSS 未加载。
【问题讨论】: