Skip to content

hjvedvik/gridsome.org

 
 

Repository files navigation

Getting started with Gridsome

This guide will help you get quickly up and running with your first Gridsome project. If you want to learn more about Gridsome and its core concepts go here.

1. Install Gridsome CLI tool

npm install --global @gridsome/cli

2. Create a Gridsome project

  1. gridsome create my-gridsome-site to create a new project
  2. cd my-gridsome-site to open folder
  3. gridsome develop to start local dev server at http://localhost:8080
  4. Happy coding 🎉🙌

3. Next steps..

About

Website for Gridsome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 70.9%
  • CSS 25.6%
  • JavaScript 3.5%