Create Websites Fast With Vue Js and Gridsome
This is a tutorial on how to setup Wordpress with Gridsome with Graphql. You have to install WP GraphQL plugin on the wordpress site for this tutorial to work.
This is the project you get when you run gridsome create new-project
.
1. Install Gridsome CLI tool if you don't have
npm install --global @gridsome/cli
2. Create a Gridsome project
gridsome create my-gridsome-site
to install default startercd my-gridsome-site
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding
π π