hungmac-sw / shopify-theme-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopify-theme-core

Core Structures

 |-- resources
    |-- app
        |-- app.js
        |-- app.css
    |-- config
    |-- module
        |-- templates
            |-- page
                |-- page.liquid    
                |-- page.scss
                |-- page.js
            ...
    |-- scss
        |-- main.scss
        |-- variables.scss
 |-- src

Learn how to configuring theme settings https://shopify.dev/tutorials/develop-theme-theme-editor-settings-schema#input-setting-types

Learn about Liquid https://shopify.github.io/liquid/

For build js and css npm run dev

Deploy files has changed theme watch

Deploy all files theme deploy

About


Languages

Language:Liquid 80.4%Language:JavaScript 13.2%Language:CSS 6.4%