🛍️ 🚀 PWA and JAMstack based e-commerce template for E-Com Plus stores
Generated from @ecomplus/storefront-starter
npm installCompiles and hot-reloads for development:
npm run serveSite will be available at http://localhost:9100/
Compiles and minifies for production:
npm run buildBuild output is generated in the dist/ directory and ready for deployment to Vercel.
This project is configured for automated deployment to Vercel via GitHub Actions.
Add these to your GitHub repository secrets:
VERCEL_TOKEN- Your Vercel authentication tokenVERCEL_ORG_ID- Your Vercel organization IDVERCEL_PROJECT_ID- Your Vercel project ID
The workflow automatically triggers on pushes to master branch when relevant files change.
- Vue.js
- Webpack
- Progressive Web App (PWA)
- JAMstack architecture
- E-Com Plus API integration
MIT