Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gridsome/gridsome-starter-default
🐣 Default starter for Gridsome
https://github.com/gridsome/gridsome-starter-default
gridsome static-site-generator vuejs
Last synced: about 1 month ago
JSON representation
🐣 Default starter for Gridsome
- Host: GitHub
- URL: https://github.com/gridsome/gridsome-starter-default
- Owner: gridsome
- Created: 2018-08-03T23:19:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T22:10:50.000Z (over 4 years ago)
- Last Synced: 2024-08-04T03:04:13.666Z (4 months ago)
- Topics: gridsome, static-site-generator, vuejs
- Language: Vue
- Homepage: https://gridsome-starter-default.netlify.app/
- Size: 104 KB
- Stars: 35
- Watchers: 6
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gridsome - gridsome-starter-default
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 🎉🙌