
Im facing some difficults to displaying all the information inside shopify I’ve this code on my html file <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>clicktays</title> <link rel="stylesheet" href="https://unpkg.com/@shopify/[email protected]/styles.min.css" /> </head> <body> <h1>Welcome to clicktays store</h1> <script src = "./main.js"></script> <div id="app"></div> <!– built files will be auto injected –> </body> And here this script on ..
Recent Comments