jackmahoney / gridsome

⚡️Build modern JAMstack websites with Vue.js

Home Page:https://gridsome.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Gridsome

A JAMstack framework for building blazing fast websites with Vue.js



This project is under active development. Any feedback or contributions would be appreciated.

Build websites using latest web tech tools that developers love - Vue.js, GraphQL and webpack. Use local files or any external API as a data source and access the data from a unified GraphQL layer. Gridsome is heavily inspired by Gatsby.

Quick start

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

  1. Create .vue components in the ./src/pages directory to create pages
  2. Use gridsome build to generate static files in a ./dist folder

Learn more...

About

⚡️Build modern JAMstack websites with Vue.js

https://gridsome.org


Languages

Language:JavaScript 97.2%Language:Vue 2.7%Language:HTML 0.1%Language:CSS 0.0%