Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gridsome/cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gridsome/cli

A command line tool for creating new Gridsome projects.

  • 0.3.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.9K
decreased by-14.18%
Maintainers
1
Weekly downloads
 
Created
Source

@gridsome/cli

A command line tool for creating new Gridsome projects.

Installation

Install globally with npm install --global @gridsome/cli or yarn global add @gridsome/cli

Creating new projects

Run gridsome create {name} {starter} to create a new Gridsome project.

  • name - directory name to create the project in
  • starter - optional starter kit name
Official starter kits
Defaultgridsome create my-website
WordPressgridsome create my-blog wordpress

Start local development

Run gridsome develop inside the project directory to start a local development server. The server will start at http://localhost:8080/ with hot-reloading etc.

Explore GraphQL schema and data

Run gridsome explore to start GraphQL Playground and explore your schema or data. Open your browser and go to http://localhost:8080/___explore to start exploring.

Build for production

Run gridsome build to generate a static site inside a dist directory in your project.

Keywords

FAQs

Package last updated on 20 Aug 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc