No description
This repository has been archived on 2026-06-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Vue 55%
  • TypeScript 43.6%
  • SCSS 1.4%
Find a file
Florian Pallas 29f353bcdb
Merge pull request #2 from FlorianPallas/dev
Add Cart and Checkout
2020-09-20 18:18:09 +02:00
assets feat: add products page 2020-09-18 14:35:30 +02:00
components refactor: 💄 improve cart 2020-09-20 18:15:44 +02:00
layouts refactor: 💄 improve cart 2020-09-20 18:15:44 +02:00
middleware feat: 🎉 setup nuxt 2020-09-18 12:10:59 +02:00
pages refactor: 💄 improve cart 2020-09-20 18:15:44 +02:00
plugins feat: add nuxt client init plugin 2020-09-20 13:26:56 +02:00
static refactor: ♻️ remove boilerplate nuxt code 2020-09-18 13:26:54 +02:00
store feat: add basic cart behaviour 2020-09-20 13:27:43 +02:00
.editorconfig feat: 🎉 setup nuxt 2020-09-18 12:10:59 +02:00
.eslintrc.js chore: 🔧 enable ssr, change eslint rules 2020-09-18 20:18:34 +02:00
.gitignore feat: 🎉 setup nuxt 2020-09-18 12:10:59 +02:00
.prettierrc chore: 🔧 setup prettier, nuxt and package 2020-09-18 12:20:50 +02:00
example.env feat: add nuxt-shopify 2020-09-18 12:30:53 +02:00
LICENSE chore: 📄 add license 2020-09-18 12:21:40 +02:00
nuxt.config.ts feat: add nuxt client init plugin 2020-09-20 13:26:56 +02:00
package.json chore: add js-cookie 2020-09-20 13:25:56 +02:00
README.md feat: 🎉 setup nuxt 2020-09-18 12:10:59 +02:00
tsconfig.json feat: add nuxt-shopify 2020-09-18 12:30:53 +02:00
vue-shim.d.ts fix: 🐛 add vue shim 2020-09-18 14:34:15 +02:00
yarn.lock chore: add js-cookie 2020-09-20 13:25:56 +02:00

shopify-example

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.