The headless rich text editor framework for web artisans.
Go to file
2020-03-29 21:04:56 +02:00
content/posts update styling 2020-03-27 13:46:10 +01:00
cypress fix tests 2020-03-11 10:00:19 +01:00
packages update dispatchTransaction 2020-03-29 21:04:56 +02:00
src move component to vue package 2020-03-27 22:55:26 +01:00
static initial commit 2019-12-07 21:02:22 +01:00
.gitignore initial commit 2019-12-07 21:02:22 +01:00
cypress.json add first test 2020-03-03 23:34:03 +01:00
gridsome.config.js add basic style to demo 2020-03-06 11:59:36 +01:00
gridsome.server.js add some tests 2019-12-08 00:16:44 +01:00
lerna.json initial commit 2019-12-07 21:02:22 +01:00
package.json update dependenceis 2020-03-27 22:04:28 +01:00
README.md initial commit 2019-12-07 21:02:22 +01:00
tsconfig.json add magic methods 2020-03-11 10:02:47 +01:00
yarn.lock move component to vue package 2020-03-27 22:55:26 +01:00

Default starter for Gridsome

This is the project you get when you run gridsome create new-project.

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Create a Gridsome project

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