https://github.com/cloudinary-devs/gridsome-8base
https://github.com/cloudinary-devs/gridsome-8base
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudinary-devs/gridsome-8base
- Owner: cloudinary-devs
- Created: 2019-11-18T17:22:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T04:53:13.000Z (over 2 years ago)
- Last Synced: 2025-07-22T05:46:54.500Z (9 months ago)
- Language: Vue
- Size: 1.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 🎉🙌