https://github.com/florian-lefebvre/nuxt3-starter-medusa
UNMAINTAINED
https://github.com/florian-lefebvre/nuxt3-starter-medusa
Last synced: 26 days ago
JSON representation
UNMAINTAINED
- Host: GitHub
- URL: https://github.com/florian-lefebvre/nuxt3-starter-medusa
- Owner: florian-lefebvre
- Created: 2022-04-13T12:46:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T19:20:15.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:36:01.750Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 990 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> WARNING: I won't work on this starter anymore in the future, as I migrated from Vue/Nuxt to React/Next. Feel free to fork this starter or contact me to gain access to the repo.
# Medusa Nuxt 3 Starter [UNMAINTAINED]
## Requirements
Backend server:
- **@medusajs/medusa**: `^1.3.0`
## Roadmap
### Routes
- [x] /
- [x] /products
- [x] /products/[slug]
- [ ] /collections
- [ ] /collections/[slug]
- [ ] /account
- [ ] /sign-in
- [ ] /sign-up
- [ ] /shopping-cart
- [ ] /checkout
- [ ] /order-confirmed
- [ ] /create-return
- [ ] /faq
- [ ] /terms-and-conditions
- [ ] /privacy-policy
- [ ] /contact
- [ ] error.vue (root)### Misc
- [ ] Ensure right semantic html tags are used
- [ ] Responsive design