Deploy Gridsome Sites with ZEIT Now

Create your Gridsome site and deploy it with ZEIT Now.

Gridsome is an open source Vue.js site generator which gives developers the power to build sites that are fast by default.

In this guide, you will discover how to create a Gridsome site and deploy it with ZEIT Now.

Step 1: Set Up Your Gridsome Project

Set up a Gridsome project using the Gridsome CLI and move into the project directory.

gridsome create gridsome-project && cd gridsome-project

Creating a Gridsome project and moving into the project directory.

Step 2: Deploying with ZEIT Now

With your project set up, you are ready to deploy your Gridsome site with Now.

If you have not yet installed Now, you can do so by installing Now CLI.

You can deploy your Gridsome site with a single command:

now

Deploying the site with the now command.

If you want to deploy your Gridsome project when you push to a Git repository, you can use either Now for GitHub or Now for GitLab to have your project automatically deployed on every push, and aliased on push to master.



Written By
Written by developerayodeveloperayo
on August 26th 2019