- Casual is a modern store, built on top of nuxt.js and commerce.js. Using the vue-x store to give the best shopping experience for users. The products here are taken from a demo API_KEY and I might in the futur add users and login using nuxt auth.
- Preview at: https://casual-shop.netlify.app
- Mobile responsive
- Search
- Add users and auth
- Setup the checkout and the payement
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.