Closed willopez closed 3 years ago
I figured out how to deploy to Vercel, it's pretty easy.
Steps:
vercel.json
with the following contents:
{
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/vercel-builder",
"config": {}
}
]
}
scripts
section of the package.json
"now-build": "shopware-pwa plugins --ci && shopware-pwa cms && shopware-pwa languages",
and that is all the setup needed.
I can make a PR for the docs sites if you'll want to add these instructions.
Description
It would be great to have a guide to deploy to vercel.com, similar to the existing guide for Heroku.
Acceptance criteria