在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:DimensionSoftware/generator-shopify-nextjs开源软件地址:https://github.com/DimensionSoftware/generator-shopify-nextjs开源编程语言:JavaScript 99.8%开源软件介绍:generator-shopify-nextjs
The StackInstallationFirst, install Yeoman and generator-shopify-nextjs using npm (we assume you have pre-installed node.js). npm install -g yo
npm install -g generator-shopify-nextjs Then generate your new project: cd /path/to/empty/directory
yo shopify-nextjs name-of-app SetupPrismaThis is the default data store that's hosted at app.prisma.io. It's a hosted GraphQL service that has a free tier, so it's easy to get started. To initialize a prisma instance, do the following: cd data
prisma init
cp datamodel.prisma.example datamodel.prisma
prisma deploy If you want to use a different data store, it's easy enough to replace with whatever you
want. In Shopify Partner
Fill out .envYour .env should have the following entries:
Deploymentnpm i -g now
now REPLbin/repl LicenseMIT © Dimension Software |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论