0.3.4 • Published 4 years ago

@gridsome/cli v0.3.4

Weekly downloads
12,974
License
MIT
Repository
github
Last release
4 years ago

@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.

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago