New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gridsome

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridsome

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

0.7.23
latest
Source
npm
Version published
Weekly downloads
2.7K
-12.55%
Maintainers
1
Weekly downloads
 
Created
Source


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

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

3. Next steps

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

Learn more...

Keywords

vue

FAQs

Package last updated on 22 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts