美文网首页
怎么样跑起来bigcommerce主题

怎么样跑起来bigcommerce主题

作者: 孤单的天使 | 来源:发表于2020-04-28 09:29 被阅读0次

1.下载主题 在更目录运行npm install或者yarn,

2.运行stencil init 或者在下载的主题里面创建一个.stencil文件配置

{

  "normalStoreUrl": "https://xxxxx.com/",

  "port": 3000,

  "customLayouts": {

    "brand": {},

    "category": {},

    "page": {

        },

    "product": {}

  },

  "clientId": "xxxx",

  "accessToken": "xxxx"

}

把xxx换成你的就可以了

3.运行stencil start

相关文章

网友评论

      本文标题:怎么样跑起来bigcommerce主题

      本文链接:https://www.haomeiwen.com/subject/mjimwhtx.html